diff --git a/Makefile b/Makefile index 7b010b96d..cf9f982fd 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ coveralls: @echo "+ $@" # Make sure goveralls is installed. @go get github.com/mattn/goveralls - @goveralls -repotoken $(cat /etc/coveralls-token/coveralls.txt) + @goveralls -repotoken $(shell cat /etc/coveralls-token/coveralls.txt) build: go build -a -installsuffix cgo ${GOPATH}/src/${PKG}/cmd/kubemci/kubemci.go