Makefile update.

This commit is contained in:
Ryan Petrello 2018-07-16 14:45:44 -04:00
parent 220b45cb8a
commit 34fe54c6e0
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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; \