chore: fixing formatting of the warning message

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-29 14:14:33 +01:00
parent e1aa50f943
commit 7c89e7028d
+1 -3
View File
@@ -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.`,
),
);
}