Skip to content

Commit

Permalink
scripts: fixing run-gradually-deprecated.sh to use the new branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Aug 10, 2021
1 parent e50328f commit 04d8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-gradually-deprecated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function runGraduallyDeprecatedFunctions {
echo "==> Checking for use of gradually deprecated functions..."

IFS=$'\n' read -r -d '' -a flist < <(git diff --diff-filter=AMRC master --name-only)
IFS=$'\n' read -r -d '' -a flist < <(git diff --diff-filter=AMRC main --name-only)

for f in "${flist[@]}"; do
# require resources to be imported is now hard-coded on - but only checking for additions
Expand Down

0 comments on commit 04d8870

Please sign in to comment.