Skip to content

Commit

Permalink
Merge pull request #10 from compgen-io/show_pending
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
mbreese committed Feb 23, 2022
2 parents f37aaa5 + 2b0b75b commit 5e543f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/io/compgen/cgpipe/cmd/ShowPending.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public void exec() throws IOException, ASTParseException, ASTExecException, Runn
}

public static void main(final String[] args) throws Exception {
new MainBuilder().runClass(CancelPending.class, args);
new MainBuilder().runClass(ShowPending.class, args);
}
}

0 comments on commit 5e543f3

Please sign in to comment.