Skip to content
Snippets Groups Projects
Commit a87eb23a authored by Christian Moritz's avatar Christian Moritz Committed by Xu Cheng
Browse files

bump-formula-pr: fix typo in spec existence check


Closes Homebrew/homebrew#50472.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 6135da80
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ module Homebrew
else
[:stable, formula.stable]
end
odie "#{formula}: no #{requested_spec} specification found!" unless formula
odie "#{formula}: no #{requested_spec} specification found!" unless formula_spec
hash_type, old_hash = if (checksum = formula_spec.checksum)
[checksum.hash_type.to_s, checksum.hexdigest]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment