Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jun 21, 2018
1 parent e744c3c commit 4d9fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/shell-check/recipes/uninstall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function uninstall()
{
if [[ "$(existCommand 'brew')" = 'true' ]]
then
brew uninstall shellcheck
brew uninstall shellcheck || true
fi
}

Expand Down

0 comments on commit 4d9fa9e

Please sign in to comment.