Skip to content

Commit

Permalink
Fixing issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxist committed Mar 8, 2018
1 parent 2aac592 commit be3f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/zyxist/chainsaw/jigsaw/JigsawCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ public ReadListFlag readList() {

public void toArgs(List<String> args) {
generateModulePath(args);
moduleFlag.toArgs(args);
moduleVersion.toArgs(args);
addModuleFlag.toArgs(args);
exportList.toArgs(args);
readList.toArgs(args);
patchList.toArgs(args);
moduleFlag.toArgs(args);
}

public List<String> generateArgs() {
Expand Down

0 comments on commit be3f159

Please sign in to comment.