Skip to content

Commit

Permalink
Fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ncodes committed Dec 5, 2018
1 parent 49ae99a commit 6424918
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 @@ -48,7 +48,7 @@ release-tagged:
release-linux:
cd $(GOPATH)/src/github.com/ellcrys/elld && \
git checkout ${b} && \
dep ensure -v \
dep ensure -v && \
env GOVERSION=$(GOVERSION) goreleaser release --snapshot --rm-dist -f ".goreleaser.linux.yml"

# Build an elld image
Expand Down

0 comments on commit 6424918

Please sign in to comment.