Skip to content

Commit daec784

Browse files
committedJan 8, 2014
Formatting the SourceMySqldiffFile.java
1 parent 26d67b4 commit daec784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎api/src/main/java/org/openmrs/util/databasechange/SourceMySqldiffFile.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public void execute(Database database) throws CustomChangeException {
122122
}
123123

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

128128
// run the command line string
129129
StringBuffer output = new StringBuffer();

0 commit comments

Comments
 (0)
Please sign in to comment.