Skip to content

Commit

Permalink
Update to relx 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilberding committed May 24, 2014
1 parent 8a76801 commit 110799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/concrete_project_concrete.mk
Expand Up @@ -160,7 +160,7 @@ RELX_OUTPUT_DIR ?= _rel
ifeq ($(RELX),)
RELX = $(CURDIR)/relx
endif
RELX_URL = https://github.com/erlware/relx/releases/download/v1.0.1/relx
RELX_URL = https://github.com/erlware/relx/releases/download/v1.0.2/relx

$(RELX):
curl -Lo relx $(RELX_URL) || wget $(RELX_URL)
Expand Down

0 comments on commit 110799a

Please sign in to comment.