Skip to content

Commit

Permalink
fix: fix colorette usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz committed Mar 13, 2023
1 parent 02b6197 commit fdd5e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const program = new commander.Command().version(getVersion())
const log = (message: string, options: LogOptions = {}) => {
const now = new Date()
const time = options.timestamp
? `${colorette.grey(
? `${colorette.gray(
now.toLocaleDateString('en-US', {
year: 'numeric',
month: 'numeric',
Expand Down

0 comments on commit fdd5e72

Please sign in to comment.