Skip to content

Commit

Permalink
Redirect output to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored and marc0der committed Feb 4, 2021
1 parent 2d205e2 commit 1fde6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/bash/sdkman-completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ function __sdk_completion() {
cat "${SDKMAN_DIR}/contrib/completion/bash/sdk"
;;
zsh)
__sdkman_echo_yellow "zsh is not supported yet."
__sdkman_echo_yellow "zsh is not supported yet." 1>&2
;;
*)
__sdkman_echo_red "No shell provided."
__sdkman_echo_red "No shell provided." 1>&2
;;
esac
}

0 comments on commit 1fde6ae

Please sign in to comment.