update-spdx-data: use a more specific file path
This commit is contained in:
parent
77a8ff51da
commit
2cf0ac9ed5
@ -40,6 +40,6 @@ module Homebrew
|
||||
return unless args.fail_if_changed?
|
||||
|
||||
Homebrew.failed = true
|
||||
system("git diff --stat --exit-code #{FILE_NAME}")
|
||||
system("git diff --stat --exit-code #{SPDX_FOLDER_PATH/FILE_NAME}")
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user