Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 81a4da1..7ada2fe 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -21,7 +21,7 @@ def setup():
source_dir=os.path.join(base_dir, "source"),
build_dir=os.path.join(base_dir, "build"),
commands_dir=os.path.join(base_dir, "commands"),
- home_dir=os.path.join(base_dir, "home"),
+ state_dir=os.path.join(base_dir, "state"),
prefs_path=os.path.join(base_dir, "prefs"),
logs_dir=logs_dir,
relocatable=relocatable)