From 163a7525fe4b5b74701af2c45f23cdb92c61e956 Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Tue, 6 Sep 2016 17:06:27 +0300 Subject: [PATCH] more dest->remote name changes modified: modules/supervisor.py --- modules/supervisor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/supervisor.py b/modules/supervisor.py index a49cdc6..08226f9 100644 --- a/modules/supervisor.py +++ b/modules/supervisor.py @@ -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)