Skip to content

Commit

Permalink
Formatting the SourceMySqldiffFile.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Jan 8, 2014
1 parent 26d67b4 commit daec784
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -122,8 +122,8 @@ public void execute(Database database) throws CustomChangeException {
}

// to be used in error messages if this fails
String errorCommand = "\"mysql -u" + username + " -p -e\"source "
+ tmpOutputFile.getAbsolutePath() + "\"" + databaseName;
String errorCommand = "\"mysql -u" + username + " -p -e\"source " + tmpOutputFile.getAbsolutePath() + "\""
+ databaseName;

// run the command line string
StringBuffer output = new StringBuffer();
Expand Down

0 comments on commit daec784

Please sign in to comment.