Skip to content

Commit 86ad602

Browse files
author
Andrei Zavada
committed
rebar3 upgrade hasn't got option --all yet
1 parent 7cff235 commit 86ad602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compile:
3030

3131
deps:
3232
$(if $(HEAD_REVISION),$(warning "Warning: you have checked out a tag ($(HEAD_REVISION)) and should use the compile target"))
33-
$(REBAR) upgrade --all
33+
$(REBAR) upgrade
3434

3535
clean: testclean
3636
$(REBAR) clean

0 commit comments

Comments
 (0)