Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Aug 19, 2014
1 parent dea43d1 commit 709fbc6
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 @@ -66,7 +66,7 @@ dist: build

release:
@echo "===> Releasing to GitHub..."
ghr -u $(OWNER) -r $(REPOSITORY) $(VERSION) $(DISTDIR)"
ghr -u $(OWNER) -r $(REPOSITORY) $(VERSION) $(DISTDIR)

clean:
go clean
Expand Down

0 comments on commit 709fbc6

Please sign in to comment.