more dest->remote name changes

modified:   modules/supervisor.py
This commit is contained in:
Ronny Abraham 2016-09-06 17:06:27 +03:00
parent 0248555b88
commit 163a7525fe

View file

@ -189,7 +189,7 @@ def upload():
context['supervisor_logs_err'] = configuration.logging.supervisor.err
build_path = os.path.join(
configuration.templates.supervisor.path.dest,
configuration.templates.supervisor.path.remote,
'build',
configuration.templates.supervisor.conf.dst)
@ -298,7 +298,7 @@ def upload_gunicorn():
'files')
build_path = os.path.join(
configuration.templates.gunicorn.path.dest,
configuration.templates.gunicorn.path.remote,
'build',
configuration.templates.gunicorn.conf.dst)