Skip to content

Commit

Permalink
[skip-changelog] Improve install.sh error message when the CLI bina…
Browse files Browse the repository at this point in the history
…ry is not found (#2559)
  • Loading branch information
MatteoPologruto authored Mar 20, 2024
1 parent 31e3288 commit ad9936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ testVersion() {
else
# $PATH is intentionally a literal in this message.
# shellcheck disable=SC2016
echo "$PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH'
echo "install.sh: $PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH'
fi

set -e
Expand Down

0 comments on commit ad9936f

Please sign in to comment.