summaryrefslogtreecommitdiff
path: root/source/dummy_build_update.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-04 17:49:15 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-04 17:49:15 +0100
commit1709c62133c5517d0119a8f2c0957fe204d43d4c (patch)
tree604bb4974aaa139b7fa4dd9ba424c52b4f694284 /source/dummy_build_update.sh
parent18dba377562b56e44dea00fcd2307f1a510f9de5 (diff)
downloadorchestration-1709c62133c5517d0119a8f2c0957fe204d43d4c.tar.gz
Correct catagory typo
Diffstat (limited to 'source/dummy_build_update.sh')
-rw-r--r--source/dummy_build_update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dummy_build_update.sh b/source/dummy_build_update.sh
index 7b438ac..e7a7e2b 100644
--- a/source/dummy_build_update.sh
+++ b/source/dummy_build_update.sh
@@ -1,10 +1,10 @@
# this will run once ybd has finished a build
-catagory=postbuild
+category=postbuild
IP=10.24.2.109
port=9999
user=orchestration
passwd=orchestration
-buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory"
+buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category"