Skip to content

Commit a204770

Browse files
authored
Update Makefile
1 parent b471c08 commit a204770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TAG = $(shell git describe --abbrev=0)
99
PKGS = $(shell go list ./... | grep -v /vendor/)
1010

1111
gofmtcheck:
12-
@go fmt $(PKGS) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
12+
@go fmt $(PKGS) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
1313

1414
deps:
1515
go get github.com/tools/godep

0 commit comments

Comments
 (0)