Skip to content

Commit 490a6ff

Browse files
authored
ignore space at eol in update 3rd party license script (#7053)
1 parent 46db106 commit 490a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update-3rdparty-licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
if git diff --exit-code LICENSE-3rdparty.csv; then
5+
if git diff --ignore-space-at-eol --exit-code LICENSE-3rdparty.csv; then
66
echo "✅ LICENSE-3rdparty.csv is already up to date"
77
else
88
echo "📝 LICENSE-3rdparty.csv was modified by license attribution command"

0 commit comments

Comments
 (0)