Skip to content

Commit 1633cb8

Browse files
committed
Merge pull request #780 from opdemand/fix_makefile_loop
fix(contrib/vagrant): fix Makefile loop
2 parents 3270dbc + 90dab33 commit 1633cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Deis Makefile
33
#
44

5-
ifndef $(DEIS_NUM_INSTANCES)
5+
ifndef DEIS_NUM_INSTANCES
66
DEIS_NUM_INSTANCES = 3
77
endif
88

0 commit comments

Comments
 (0)