diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-07-16 20:45:44 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-07-16 20:45:44 +0200 |
commit | 34fe54c6e0571ba008895d2df2eb647c1c56125c (patch) | |
tree | f4db561c73eaf6e35c96e7f99eb63d68ba461f0d /Makefile | |
parent | Merge pull request #2551 from Haokun-Chen/2547 (diff) | |
download | awx-34fe54c6e0571ba008895d2df2eb647c1c56125c.tar.xz awx-34fe54c6e0571ba008895d2df2eb647c1c56125c.zip |
Makefile update.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |