Skip to content

Commit

Permalink
Update migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikeschu authored and wesleytodd committed Jun 29, 2020
1 parent d0d8dc3 commit 258d7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ program
.command('init', 'Initalize the migrations tool in a project')
.command('list', 'List migrations and their status')
.command('create [name]', 'Create a new migration')
.command('up [name]', 'Migrate up to a give migration', { isDefault: true })
.command('up [name]', 'Migrate up to a given migration', { isDefault: true })
.command('down [name]', 'Migrate down to a given migration')
.parse(process.argv)

0 comments on commit 258d7ed

Please sign in to comment.