From b1ec66a07d631ff469f66ce97b20a2fe1f402173 Mon Sep 17 00:00:00 2001 From: kostafey Date: Wed, 3 Oct 2018 21:55:47 +0300 Subject: [PATCH] Fix search .cask --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c36dd53..96c4294 100644 --- a/Makefile +++ b/Makefile @@ -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