Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Aug 27, 2015
1 parent f877673 commit 5e81bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/shell-check/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function install()
cabal install 'shellcheck'

mv ~/.cabal/* "${CABAL_INSTALL_FOLDER}"
rm -f -r ~/.cabal
rm -f -r ~/.cabal ~/.ghc
ln -f -s "${CABAL_INSTALL_FOLDER}/bin/shellcheck" '/usr/local/bin/shellcheck'

# Config Profile
Expand Down

0 comments on commit 5e81bc0

Please sign in to comment.