Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Jan 2, 2024
1 parent 2af760b commit 6288f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const profiles = () => {
const profiles = Object.keys(parsedConfig)
.map(p => '* ' + p)
.join('\n');
return `Available profiles:'
return `Available profiles:
${c.green(profiles)}
Expand Down

0 comments on commit 6288f76

Please sign in to comment.