diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-10 09:47:57 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-10 09:47:57 +0100 |
commit | 9671497b52f54dc1068d1dd4b919fa0c19f208a5 (patch) | |
tree | 5614390983ed14f3d4b404ce5c1c64755bca9402 /source/definitions_update.sh | |
parent | a2d0851112a4988749a58bc72b933d43e437c467 (diff) | |
download | orchestration-9671497b52f54dc1068d1dd4b919fa0c19f208a5.tar.gz |
Fix update scripts
Diffstat (limited to 'source/definitions_update.sh')
-rw-r--r-- | source/definitions_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/definitions_update.sh b/source/definitions_update.sh index f77b175..28835db 100644 --- a/source/definitions_update.sh +++ b/source/definitions_update.sh @@ -9,4 +9,4 @@ port=9999 user=orchestration passwd=orchestration -buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" +../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" |