Skip to content

Commit

Permalink
Fix incorrect message
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Sep 12, 2023
1 parent 544464c commit 8ec3518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-src/ui/messages/errors/missingConfigurationFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { error } from '../../components/icons';

export const missingConfigurationFile = (configFile: string) =>
dedent(chalk`
${error} Configuration file {bold configFile} could not be found.
${error} Configuration file {bold ${configFile}} could not be found.
Check the {bold --config-file} flag of the CLI.
`);

0 comments on commit 8ec3518

Please sign in to comment.