Skip to content

Commit

Permalink
correction to execCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
softinio committed Aug 2, 2017
1 parent d546118 commit 37ae3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/Commands.scala
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ trait MigrationCommandLineTool[T, S] { this: MigrationCommands[T, S] =>
case "apply" :: Nil => applyCommand
case "init" :: Nil => initCommand
case "reset" :: Nil => resetCommand
case "update" :: (options: Seq[String]) => updateCommand
case "update" :: (options: Seq[String]) => updateCommand(options)
case "migrate" :: (options: Seq[String]) =>
migrateCommand(options)
case _ => println(helpOutput)
Expand Down

0 comments on commit 37ae3cc

Please sign in to comment.