From 7c89e7028d6bde702184ddfeb7fbf0f79eac4fb8 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 29 Nov 2021 14:14:33 +0100 Subject: [PATCH] chore: fixing formatting of the warning message Signed-off-by: blam --- packages/cli/src/commands/app/build.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/cli/src/commands/app/build.ts b/packages/cli/src/commands/app/build.ts index 104dddde01..4fa3d1ac6e 100644 --- a/packages/cli/src/commands/app/build.ts +++ b/packages/cli/src/commands/app/build.ts @@ -26,9 +26,7 @@ export default async (cmd: Command) => { if (cmd.lax) { console.warn( chalk.yellow( - `[DEPRECATED] - The --lax option is deprecated and will be removed in the future. - Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around - `, + `[DEPRECATED] - The --lax option is deprecated and will be removed in the future. Please open an issue towards https://github.com/backstage/backstage that describes your use-case if you need the flag to stay around.`, ), ); }