Skip to content

Commit f221158

Browse files
committed
Temp ignore line endings
Just until we can figure out why they are changing
1 parent 4ab0f0f commit f221158

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)