diff --git a/scripts/golden_create_pr.sh b/scripts/golden_create_pr.sh index 2164c826df05..4032953c0f6a 100755 --- a/scripts/golden_create_pr.sh +++ b/scripts/golden_create_pr.sh @@ -43,7 +43,7 @@ git remote add upstream git@github.com:${UPSTREAM_ORG}/${REPO}.git git checkout -b $PR_BRANCH git diff -git add release/cli/pkg/test/testdata/*.yaml +git add release/cli/pkg/operations/testdata/*.yaml # If some other files get modified, the changes should be ignored git restore . FILES_ADDED=$(git diff --staged --name-only)