diff --git a/hack/build-go.sh b/hack/build-go.sh index 269d691568..4b10853bbe 100755 --- a/hack/build-go.sh +++ b/hack/build-go.sh @@ -3,7 +3,7 @@ set -eu # Go to the root of the repo -cd "$(git rev-parse --show-cdup)" +cd "$(git rev-parse --show-cdup)./" # Source build variables source hack/build-info.sh