Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Oct 23, 2015
1 parent 27bcb15 commit 9e40219
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 @@ -34,7 +34,7 @@ release: dist
tar -cvzf release/$(NAME)-$(VERSION)-linux-armhf.tar.gz -C dist/linux/armhf $(NAME)
tar -cvzf release/$(NAME)-$(VERSION)-darwin-amd64.tar.gz -C dist/darwin/amd64 $(NAME)
tar -cvzf release/$(NAME)-$(VERSION)-windows-amd64.tar.gz -C dist/windows/amd64 $(NAME).exe
ghr -u janeczku -r $(NAME) --replace $(VERSION) release/
ghr -u janeczku -r docker-machine-vultr --replace $(VERSION) release/

get-deps:
go get github.com/tcnksm/ghr
Expand Down

0 comments on commit 9e40219

Please sign in to comment.