Merge pull request #4131 from MikeMcQuaid/bump-formula-pr-fix-tag-revision
bump-formula-pr: fix tag/revision argument.
This commit is contained in:
commit
05fc9307ac
@ -138,7 +138,7 @@ module Homebrew
|
||||
[checksum.hash_type, checksum.hexdigest]
|
||||
end
|
||||
|
||||
new_hash = @args[hash_type]
|
||||
new_hash = @args[hash_type] if hash_type
|
||||
new_tag = @args.tag
|
||||
new_revision = @args.revision
|
||||
new_mirror = @args.mirror
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user