Skip to content

Commit

Permalink
Fix WARNING text if GOROOT not set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmudd authored and sougou committed May 8, 2017
1 parent dde7979 commit ba36c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export PATH=$(prepend_path $PATH $VTROOT/dist/node/bin)
go_bin=`which go`
go_env=`go env | grep GOROOT | cut -f 2 -d\"`
if [ "$go_bin" -a "$go_bin" != "$go_env/bin/go" ]; then
echo "WARNING: \$GOROOT may not compatible with the used go binary"
echo "WARNING: \$GOROOT may not be compatible with the used go binary"
echo "Please make sure 'go' comes from \$GOROOT/bin"
echo "go_env: $go_env"
echo "go_bin: $go_bin"
Expand Down

0 comments on commit ba36c74

Please sign in to comment.