mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Merge branch '1.2.x'
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ public class OptionHandler {
|
||||
argsToUse[i] = "--cp";
|
||||
}
|
||||
}
|
||||
OptionSet options = getParser().parse(args);
|
||||
OptionSet options = getParser().parse(argsToUse);
|
||||
return run(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user