diff --git a/Makefile b/Makefile index 8cef785..21a3487 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ deps: # dev installs the tool locally dev: - @go install -i ./... + @go install ./... .PHONY: dev # test runs the tests