diff --git a/Makefile b/Makefile index fd670c2..23c46d6 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ bundle_update: glide update --all-dependencies --resolve-current fmt: - @echo $(TARGETS_NOVENDOR) | xargs go fmt -w + @echo $(TARGETS_NOVENDOR) | xargs go fmt lint: golint gorush