From 34fe54c6e0571ba008895d2df2eb647c1c56125c 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 658f135d6e..6be593cc63 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; \