Skip to content

Commit 2a2931e

Browse files
committed
Correcting check for proper Go binary in path
1 parent a0bed03 commit 2a2931e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ fi
236236
pathgo=$(which go)
237237
if [[ "$pathgo" != "$symln/bin/go" ]]
238238
then
239-
printf "GVM is shadowed by %s in your PATH. Please update your PATH to use %s/bin first\n" \
239+
printf "GVM is shadowed by %s in your PATH. Please update your PATH to use %s first\n" \
240240
"$pathgo" \
241241
"$symln"
242242
fi

0 commit comments

Comments
 (0)