Loading ci/check_update_copyright.sh +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ sed_list=$(mktemp) # iterate through tracked files for file in $(git ls-files); do # skip LFS files if [[ "$lfs_Files" == *"$file"* ]]; then if [[ "$lfs_files" == *"$file"* ]]; then continue fi Loading Loading
ci/check_update_copyright.sh +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ sed_list=$(mktemp) # iterate through tracked files for file in $(git ls-files); do # skip LFS files if [[ "$lfs_Files" == *"$file"* ]]; then if [[ "$lfs_files" == *"$file"* ]]; then continue fi Loading