From 67a6e63eb29424ff18c6ebbef8175f327cde5696 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 9 Mar 2018 16:23:52 +0100 Subject: [PATCH] Correct output License: MIT Signed-off-by: Jakub Sztandera --- bin/check_go_path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check_go_path b/bin/check_go_path index 0a9a2723146..58969646638 100755 --- a/bin/check_go_path +++ b/bin/check_go_path @@ -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