cmd/update-report: tweak syntax.
This commit is contained in:
parent
92a42381df
commit
dcfd4c2beb
@ -91,7 +91,7 @@ module Homebrew
|
||||
"git", "-C", HOMEBREW_REPOSITORY, "tag", "--list", "--sort=-version:refname", "*.*"
|
||||
).lines.first.chomp
|
||||
|
||||
new_repository_version = new_tag unless new_tag == old_tag
|
||||
new_repository_version = new_tag if new_tag != old_tag
|
||||
end
|
||||
|
||||
Homebrew.failed = true if ENV["HOMEBREW_UPDATE_FAILED"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user