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) rc, out, err = self.module.run_command(cmd)
if re.search(r'Error: Cask .* is not installed.', err): if rc == 0:
return False
else:
return True return True
else:
return False
# /checks ------------------------------------------------------ }}} # /checks ------------------------------------------------------ }}}
# commands ----------------------------------------------------- {{{ # commands ----------------------------------------------------- {{{

Loading…
Cancel
Save