summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2018-07-16 20:45:44 +0200
committerRyan Petrello <rpetrell@redhat.com>2018-07-16 20:45:44 +0200
commit34fe54c6e0571ba008895d2df2eb647c1c56125c (patch)
treef4db561c73eaf6e35c96e7f99eb63d68ba461f0d /Makefile
parentMerge pull request #2551 from Haokun-Chen/2547 (diff)
downloadawx-34fe54c6e0571ba008895d2df2eb647c1c56125c.tar.xz
awx-34fe54c6e0571ba008895d2df2eb647c1c56125c.zip
Makefile update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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; \