Skip to content

Commit

Permalink
Correct output
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Mar 23, 2018
1 parent 8c9725d commit 67a6e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_go_path
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ while [ ${#} -gt 1 ]; do
done

echo "go-ipfs must be built from within your \$GOPATH directory."
echo "expected within '$GOPATH' but got '$PWD'"
echo "expected within '$(go env GOPATH)' but got '$PWD'"
exit 1

0 comments on commit 67a6e63

Please sign in to comment.