dev-cmd/update-license-data: fix --fail-if-changed
This commit is contained in:
parent
c1cbf1a1cb
commit
2970d2e4f9
@ -34,6 +34,6 @@ module Homebrew
|
|||||||
|
|
||||||
return unless args.fail_if_changed?
|
return unless args.fail_if_changed?
|
||||||
|
|
||||||
system("git diff --stat --exit-code #{SPDX_PATH}")
|
safe_system "git", "diff", "--stat", "--exit-code", SPDX_PATH
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user