Skip to content

Commit

Permalink
Update cli/src/main/java/org/openjdk/skara/cli/GitJCheck.java
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Joelsson <37597443+erikj79@users.noreply.github.com>
  • Loading branch information
zhaosongzs and erikj79 committed Jun 7, 2024
1 parent a9ca2ab commit 169e215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/main/java/org/openjdk/skara/cli/GitJCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ else if (confFile || confWorkingTree || workingTree) {
if (workingTree) {
ranges.clear();
ranges.add(WORKING_TREE_REV);
System.out.println("When jcheck is running on working-tree, the following commit checks are available: " + JCheck.commitCheckNamesForStagedOrWorkingTree());
System.out.println("When jcheck is running on working-tree, only the following commit checks are available: " +
JCheck.commitCheckNamesForStagedOrWorkingTree());
}

var isLax = getSwitch("lax", arguments);
Expand Down

0 comments on commit 169e215

Please sign in to comment.