Skip to content

Commit

Permalink
Fix apply_copyright to no longer reference deleted backport folder
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <bryce.gattis@brazenanimation.com>
  • Loading branch information
brycegbrazen committed Mar 19, 2024
1 parent af0f359 commit aeb82ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build_utils/license/apply_copyright
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ fi

# remove copyright
find ./src/rez/data -name '*.py' > .lic.tmp
find ./src/rez/backport -name '*.py' >> .lic.tmp
cat .lic.tmp | xargs -i ./src/build_utils/license/change_copyright -so {}

# add copyright
Expand Down

0 comments on commit aeb82ce

Please sign in to comment.