From d318dc591351be16ec1ebd81b53a0e14717a7dd7 Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Tue, 28 Apr 2015 18:23:57 -0400 Subject: [PATCH] Update fab-file destination path. --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 476048b8d9..369b805af0 100644 --- a/fabfile.py +++ b/fabfile.py @@ -3,7 +3,7 @@ import os PROD = 'stacktrace.org' -DEST_PATH = '/home/mixxx/public_html/manual/1.10' +DEST_PATH = '/home/mixxx/public_html/manual/1.12' ROOT_PATH = os.path.abspath(os.path.dirname(__file__)) DEPLOY_PATH = os.path.join(ROOT_PATH, 'build/html')