From d8a4481a14cc143c4bc6d8e27fb2af02e9686aa5 Mon Sep 17 00:00:00 2001 From: Anirudh Ramanathan Date: Fri, 1 Sep 2017 11:45:12 -0700 Subject: [PATCH] Trivial fix to make test-infra pass again --- test/helm-test-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helm-test-e2e.sh b/test/helm-test-e2e.sh index 4973497f36..e8c72a681e 100755 --- a/test/helm-test-e2e.sh +++ b/test/helm-test-e2e.sh @@ -28,4 +28,4 @@ pushd . cd $GOPATH go get github.com/ghodss/yaml popd -go run /src/k8s.io/charts/test/helm-test/main.go +go run $GOPATH/src/k8s.io/charts/test/helm-test/main.go