Merge tag 'drm-intel-next-2022-07-06' of git://anongit.freedesktop.org/drm/drm-intel...
[linux-block.git] / scripts / spdxcheck-test.sh
index cb76324756bd302ffab3fd1a51d6d79ddff826d0..9f6d1a74da6ef5ed76ee3c913fd37c8865d358f7 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # run check on a text and a binary file
-for FILE in Makefile Documentation/logo.gif; do
+for FILE in Makefile Documentation/images/logo.gif; do
        python3 scripts/spdxcheck.py $FILE
        python3 scripts/spdxcheck.py - < $FILE
 done