aboutsummaryrefslogtreecommitdiffstats
path: root/spdxcheck-print-out-files-without-any-spdx-lines.patch
diff options
Diffstat (limited to 'spdxcheck-print-out-files-without-any-spdx-lines.patch')
-rw-r--r--spdxcheck-print-out-files-without-any-spdx-lines.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdxcheck-print-out-files-without-any-spdx-lines.patch b/spdxcheck-print-out-files-without-any-spdx-lines.patch
index 1d1d23beae0aef..cc9b4a28b2fdbb 100644
--- a/spdxcheck-print-out-files-without-any-spdx-lines.patch
+++ b/spdxcheck-print-out-files-without-any-spdx-lines.patch
@@ -14,7 +14,7 @@ Just a hack to make it easy to see what still needs to be converted.
--- a/scripts/spdxcheck.py
+++ b/scripts/spdxcheck.py
-@@ -210,7 +210,10 @@ def scan_git_tree(tree):
+@@ -211,7 +211,10 @@ def scan_git_tree(tree):
if not os.path.isfile(el.path):
continue
with open(el.path, 'rb') as fd: