We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab0f0f commit f221158Copy full SHA for f221158
.github/scripts/update-3rdparty-licenses.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-if git diff --exit-code LICENSE-3rdparty.csv; then
+if git diff --ignore-space-at-eol --exit-code LICENSE-3rdparty.csv; then
6
echo "✅ LICENSE-3rdparty.csv is already up to date"
7
else
8
echo "📝 LICENSE-3rdparty.csv was modified by license attribution command"
0 commit comments