Skip to content

Commit

Permalink
fix: failing app setup on Windows (quarkusio#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Jan 16, 2022
1 parent 68876c0 commit 8919f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jbang/cli/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public static int setup(boolean withJava, boolean force, boolean chatty) {
}
if (Util.getShell() == Util.Shell.bash) {
if (changed) {
System.out.println("Please start a new Shell for changes to take effect");
System.err.println("Please start a new Shell for changes to take effect");
}
} else {
if (changed) {
Expand Down

0 comments on commit 8919f79

Please sign in to comment.