diff options
Diffstat (limited to 'source/dummy_lorry_update.sh')
-rw-r--r-- | source/dummy_lorry_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dummy_lorry_update.sh b/source/dummy_lorry_update.sh index 42ff033..c0c16df 100644 --- a/source/dummy_lorry_update.sh +++ b/source/dummy_lorry_update.sh @@ -1,10 +1,10 @@ # this will go on the definitions post-receive hook -catagory=lorry +category=lorry 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" |