From f0707ad7013fb77e3a917c570466bb54b7d934ca Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 16 Jul 2018 14:45:44 -0400 Subject: [PATCH] Makefile update. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b9cc2a61c..bc5d29b729 100644 --- a/Makefile +++ b/Makefile @@ -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; \