From c27279ce7a49de6d78d102ce79e219e1887369e2 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Wed, 26 Sep 2018 11:20:10 -0700 Subject: [PATCH] fix integration test script --- examples/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration_tests.sh b/examples/integration_tests.sh index 6dd62171b..feb81dbcc 100755 --- a/examples/integration_tests.sh +++ b/examples/integration_tests.sh @@ -48,7 +48,7 @@ function setUpEnv { [[ $? -eq 0 ]] || "Failed to cd to $repo" echo "pwd is " `pwd` - local expectedRepo=kubernetes-sigs/kustomize + local expectedRepo=sigs.k8s.io/kustomize if [[ `pwd` != */$expectedRepo ]]; then exitWith "Script must be run from $expectedRepo" fi