1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

Correct output

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2018-03-09 16:23:52 +01:00
parent 8c9725d88e
commit 67a6e63eb2

View File

@ -15,5 +15,5 @@ while [ ${#} -gt 1 ]; do
done done
echo "go-ipfs must be built from within your \$GOPATH directory." 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 exit 1