Correct output
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Mar 9, 2018 at 16:23 UTC
67a6e63eb29424ff18c6ebbef8175f327cde5696
1 file changed
+1
-1
bin/check_go_path
+1
-1
@@ -15,5 +15,5 @@ while [ ${#} -gt 1 ]; do
15
done
16
17
echo "go-ipfs must be built from within your \$GOPATH directory."
18
-echo "expected within '$GOPATH' but got '$PWD'"
18
+echo "expected within '$(go env GOPATH)' but got '$PWD'"
19
exit 1