From 61771ca502de634af5201a22628bf8a0c808542a Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 12 Jun 2016 14:08:04 +0900 Subject: [PATCH] remove misspell installation from make install (now installed via gometalinter) --- scripts/make-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/make-install.sh b/scripts/make-install.sh index 6795a59..e143aa9 100755 --- a/scripts/make-install.sh +++ b/scripts/make-install.sh @@ -2,4 +2,3 @@ go get github.com/alecthomas/gometalinter gometalinter --install --update -go get github.com/client9/misspell/cmd/misspell