Skip to content

Commit 84cdf16

Browse files
author
Matthew Fisher
committed
Merge pull request #772 from opdemand/use-make-start
fix(vagrant): use start on make run
2 parents 339a833 + b657d18 commit 84cdf16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ restart:
3434
logs:
3535
vagrant ssh -c 'journalctl -f -u deis-*'
3636

37-
run: install restart logs
37+
run: install start logs
3838

3939
clean: uninstall
4040
vagrant ssh -c 'cd share && for c in $(COMPONENTS); do docker rm -f deis-$$c; done'

0 commit comments

Comments
 (0)