Remove Homebrew.failed=true

This commit is contained in:
lionellloh 2020-06-25 21:06:29 +08:00
parent 2cf0ac9ed5
commit 6a05e3663a

View File

@ -39,7 +39,6 @@ module Homebrew
return unless args.fail_if_changed?
Homebrew.failed = true
system("git diff --stat --exit-code #{SPDX_FOLDER_PATH/FILE_NAME}")
end
end