Skip to content

Commit

Permalink
Merge pull request hashicorp#2831 from kikitux/master
Browse files Browse the repository at this point in the history
remove backquote from Makefile
  • Loading branch information
cbednarski committed Oct 14, 2015
2 parents a4eba11 + 04b33f9 commit d1f9a46
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 @@ -11,7 +11,7 @@ ci: deps test
release: updatedeps test releasebin

bin: deps
@echo "WARN: `make bin` is for debug / test builds only. Use `make release` for release builds."
@echo "WARN: 'make bin' is for debug / test builds only. Use 'make release' for release builds."
@sh -c "$(CURDIR)/scripts/build.sh"

releasebin: deps
Expand Down

0 comments on commit d1f9a46

Please sign in to comment.