summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-11 11:27:55 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-11 11:27:55 +0100
commit5526ad55234b3d905cd4540577aa4f13548951ef (patch)
tree2f899f654837fcda1daa981d212196f26b23b832 /source
parent7b3aec23bcfb89000327df991dec3355b91e6527 (diff)
downloadorchestration-5526ad55234b3d905cd4540577aa4f13548951ef.tar.gz
Fix build_complete thinking it runs where it doesn't
Diffstat (limited to 'source')
-rw-r--r--source/build_complete.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh
index 9d217b7..3a8d821 100644
--- a/source/build_complete.sh
+++ b/source/build_complete.sh
@@ -9,4 +9,4 @@ port=9999
user=orchestration
passwd=orchestration
-orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -F sendlog
+../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -F sendlog