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