Skip to content

Commit

Permalink
Update fab-file destination path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rryan committed Apr 28, 2015
1 parent 0f2b817 commit d318dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit d318dc5

Please sign in to comment.