homebrew_cask: Fixes #38772

pull/46345/head
Daniel Jaouen 6 years ago committed by Brian Coca
parent c5d5d08b6b
commit 404b7140b6

@ -449,10 +449,10 @@ class HomebrewCask(object):
]
rc, out, err = self.module.run_command(cmd)
if re.search(r'Error: Cask .* is not installed.', err):
return False
else:
if rc == 0:
return True
else:
return False
# /checks ------------------------------------------------------ }}}
# commands ----------------------------------------------------- {{{

Loading…
Cancel
Save