summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 56d6f86..c48d9a0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -341,7 +341,7 @@ BUILDMASTER_FACTORY.addStep(
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
command=["buildbot", "reconfig"],
- workdir="$HOME/master/"
+ workdir="../../master/"
)
)