Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tiny fix
Browse files Browse the repository at this point in the history
codekeyz committed Feb 14, 2024
1 parent 4269f34 commit 5e5f602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ class TokenCreateCommand extends BaseGlobeCommand {
final expiry = DateTime.tryParse(dateString);
if (expiry == null) {
logger.err(
'Invalid date format.\nDate format should be ${cyan.wrap('2012-02-27')} or ${cyan.wrap('2012-02-27 13:27:00"')}',
'Invalid date format.\nDate format should be ${cyan.wrap('2012-02-27')} or ${cyan.wrap('2012-02-27 13:27:00')}',
);
exitOverride(1);
}

0 comments on commit 5e5f602

Please sign in to comment.