Makefile update.

This commit is contained in:
Ryan Petrello 2018-07-16 14:45:44 -04:00 committed by Matthew Jones
parent 2fa216c98f
commit f0707ad701

View File

@ -273,7 +273,7 @@ supervisor:
supervisord --configuration /supervisor.conf --pidfile=/tmp/supervisor_pid
# Alternate approach to tmux to run all development tasks specified in
# Procfile. https://youtu.be/OPMgaibszjk
# Procfile.
honcho:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \