Skip to content

Commit ad9936f

Browse files
[skip-changelog] Improve install.sh error message when the CLI binary is not found (#2559)
1 parent 31e3288 commit ad9936f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ testVersion() {
220220
else
221221
# $PATH is intentionally a literal in this message.
222222
# shellcheck disable=SC2016
223-
echo "$PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH'
223+
echo "install.sh: $PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH'
224224
fi
225225

226226
set -e

0 commit comments

Comments
 (0)