Merge pull request #2554 from ryanpetrello/release_3.3.0

Makefile update.
This commit is contained in:
Ryan Petrello 2018-07-16 14:57:16 -04:00 committed by GitHub
commit b6e246f65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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