Remove shelldown from tools

This commit is contained in:
Jae Kwon 2018-01-28 18:03:14 -08:00
parent 3b09a3033a
commit 4354774532
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ install: get_vendor_deps
@echo "$(ansi_yel)Install gometalinter.v2$(ansi_end)"
GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall gopkg.in/alecthomas/gometalinter.v2
@echo "$(ansi_yel)Install shelldown$(ansi_end)"
GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall github.com/rigelrozanski/shelldown/cmd/shelldown
@echo "$(ansi_grn)Done installing tools$(ansi_end)"