Skip to content

Commit

Permalink
Merge branch '1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Nov 9, 2015
2 parents 72c94eb + 49a5587 commit c614446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public final ExitStatus run(String... args) throws Exception {
argsToUse[i] = "--cp";
}
}
OptionSet options = getParser().parse(args);
OptionSet options = getParser().parse(argsToUse);
return run(options);
}

Expand Down

0 comments on commit c614446

Please sign in to comment.