Skip to content

Commit

Permalink
fix(cli): remove extra exclamation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
RWOverdijk committed Feb 28, 2017
1 parent 6b555b1 commit ea8f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers.ts
Expand Up @@ -138,7 +138,7 @@ export function migrate(options, method) {
if (!migrations) {
showSuccess('Success: No migrations to run');
} else {
showSuccess(`'${parseInt(migrations)}' migrations executed!`);
showSuccess(`'${parseInt(migrations)}' migrations executed`);
}

process.exit(0);
Expand Down

0 comments on commit ea8f57e

Please sign in to comment.