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:
@ -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
|
||||||
|
Reference in New Issue
Block a user