Update Library/Homebrew/cask/cask.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ac2f52cef3
commit
6b155d9328
@ -170,7 +170,7 @@ module Cask
|
|||||||
return versions if (greedy || greedy_latest) && outdated_download_sha?
|
return versions if (greedy || greedy_latest) && outdated_download_sha?
|
||||||
|
|
||||||
return []
|
return []
|
||||||
elsif auto_updates && !(greedy || greedy_auto_updates)
|
elsif auto_updates && !greedy && !greedy_auto_updates
|
||||||
return []
|
return []
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user