Skip to content

Commit

Permalink
Fix search .cask
Browse files Browse the repository at this point in the history
  • Loading branch information
kostafey committed Oct 3, 2018
1 parent e31aae9 commit b1ec66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ elpa:
ifneq ($(wildcard $(HOME)/.cask/bin/),)
cask update
else
rm ~/.cask
rm -rf ~/.cask
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
cask install
cask update
Expand Down

0 comments on commit b1ec66a

Please sign in to comment.