summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 14:41:23 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 14:41:23 +0100
commit41390e09c6a161458b9bf2f52304516e4c9edc3e (patch)
tree053eda79206a33dc8d2755e3a9ed5dd815217a58 /firehose_call.py
parentf27b79830fa44929b3c5732e1e26fcacbf8d93cf (diff)
downloadbuildslave-scripts-41390e09c6a161458b9bf2f52304516e4c9edc3e.tar.gz
Fix firehosedir
Diffstat (limited to 'firehose_call.py')
-rw-r--r--firehose_call.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firehose_call.py b/firehose_call.py
index 275212a..8e7b75c 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -1,7 +1,7 @@
# takes a repo as $1 and calls firehose for each config the repo appears in
import os
-FIREHOSE_DIR = 'firehose'
+FIREHOSE_DIR = 'src/firehose'
LOGFILE = os.path.expanduser("~/orchestration/trigger_log")
from firehose_mappings import mapping