Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-30 12:55:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-30 12:55:30 (GMT)
commit11adfcb2d1e0309d8e9c2c162c3b9b622f7307bc (patch)
treea2a081a0efbb883642a1943b821ea23bb0b4ef23
parent0d488462bf3a7efc305c303354875f2ffae6a433 (diff)
Fix instance namehtml
-rw-r--r--fabfile/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabfile/common.py b/fabfile/common.py
index 3658666..4b812bc 100644
--- a/fabfile/common.py
+++ b/fabfile/common.py
@@ -14,7 +14,7 @@ instances = {"production":
"slaves_port": 9989,
"snapshot": True,
"web_port": 8080}},
- "testing":
+ "html":
{"master_dir": "master-html",
"slave_dir": "slave-html",
"sandbox_dir": "sandbox-html",