summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--triggers/firehose_trigger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 37ae475..b641dca 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -1,2 +1,2 @@
echo "[$(date "+%F %R")] Firehose triggered with repo: $1" >> ../../../../trigger_log
-python ../firehose_call.py "$1"
+python firehose_call.py "$1"