dev-cmd/bump: fix system call.
This was using `system` instead of `safe_system` which ignores failures.
This commit is contained in:
parent
eacbff25f3
commit
96230dc22b
@ -536,7 +536,7 @@ module Homebrew
|
|||||||
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
|
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
|
||||||
end
|
end
|
||||||
|
|
||||||
system HOMEBREW_BREW_FILE, *bump_pr_args
|
safe_system HOMEBREW_BREW_FILE, *bump_pr_args
|
||||||
end
|
end
|
||||||
|
|
||||||
sig {
|
sig {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user