Skip to content

Commit

Permalink
Force update the emp cli which tests depend on. So it doesn’t fail be…
Browse files Browse the repository at this point in the history
…cause

you’re dumb.
  • Loading branch information
benguillet committed Aug 20, 2015
1 parent b60fb96 commit b5b8d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test: build/emp
godep go test ./... && godep go vet ./...

build/emp:
go get github.com/remind101/emp
go get -fu github.com/remind101/emp
go build -o build/emp github.com/remind101/emp # Vendor the emp command for tests

bump:
Expand Down

0 comments on commit b5b8d48

Please sign in to comment.