Skip to content

Commit 8a452d0

Browse files
authored
Correct escape char
1 parent 273342c commit 8a452d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/java/org/commcare/util/cli/CliMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void main(String[] args) {
6464
try {
6565
cliCommand.handle();
6666
} catch (Exception e) {
67-
System.err.println("\Command failed with error:");
67+
System.err.println("\nCommand failed with error:");
6868
e.printStackTrace();
6969
System.exit(-1);
7070
}

0 commit comments

Comments
 (0)