summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 18:24:18 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 18:24:18 +0100
commit590eb2b49512c65bcd620fa0af0c42cc364edade (patch)
tree674285a5de242b6d47e751f2dbae6e0fe71d6d9c /firehose_call.py
parentbb3d41b350b30e84423f2d077fca79c52205535f (diff)
downloadbuildslave-scripts-590eb2b49512c65bcd620fa0af0c42cc364edade.tar.gz
Remove hardcoded user home dir
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 9405fe5..bc343a1 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -4,7 +4,7 @@
#./firehose.sh examples/*.yaml --log=/dev/stdout --log-level=debug
FIREHOSE_DIR = 'firehose'
-LOGFILE = '/home/williamholland/orchestration/trigger_log'
+LOGFILE = os.path.expanduser("~/orchestration/trigger_log")
from firehose_mappings import mapping