Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ar committed Oct 3, 2019
1 parent 3d24698 commit ec2f7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void exec(CLIContext cli, String[] args) {
try {
Flyway flyway = getFlyway((String) cli.getUserData().get(FLYWAY.PREFIX), args);
int migrations = flyway.migrate();
cli.println ("Applied " + migrations + "migration(s)");
cli.println ("Applied " + migrations + " migration(s)");
} catch (Exception e) {
cli.println(e.getMessage());
}
Expand Down

0 comments on commit ec2f7f0

Please # to comment.