summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 22:26:48 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 22:26:48 +0100
commitb84bfc924bd13dc3e4b1e88e59cc5de808339ff0 (patch)
tree9d040476bbf2cb29c1366aaf90b8a77a668d4896 /source
parentbb4ea186341487790b3a4d77d1e814cb500e8818 (diff)
downloadorchestration-b84bfc924bd13dc3e4b1e88e59cc5de808339ff0.tar.gz
Fix passwd typo
Diffstat (limited to 'source')
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index 6bd4a53..23f1519 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -42,7 +42,7 @@ def sendchange(category,properties):
'../orchenv-master/bin/buildbot',
'sendchange',
'-m%s:%d' % (IP,bb_port),
- '-a%s:%s' % (user,passwd),
+ '-a%s:%s' % (user,password),
'-Wscriptbot',
'-C%s' % category]
for property in properties.items():