Skip to content

Commit 1b3f92d

Browse files
committed
fix shell check
1 parent b2090ec commit 1b3f92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ paths_with_missing_license=( )
6565
# fi
6666
# file_paths=$(echo "$file_excludes" | tr '\n' '\0' | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files)
6767
file_paths=$(tr '\n' '\0' < .licenseignore | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files ":(exclude).licenseignore" ":(exclude).license_header_template" )
68-
echo ${file_paths}
68+
echo "${file_paths}"
6969

7070
while IFS= read -r file_path; do
7171
file_basename=$(basename -- "${file_path}")

0 commit comments

Comments
 (0)