diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-16 22:26:48 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-16 22:26:48 +0100 |
commit | b84bfc924bd13dc3e4b1e88e59cc5de808339ff0 (patch) | |
tree | 9d040476bbf2cb29c1366aaf90b8a77a668d4896 | |
parent | bb4ea186341487790b3a4d77d1e814cb500e8818 (diff) | |
download | orchestration-b84bfc924bd13dc3e4b1e88e59cc5de808339ff0.tar.gz |
Fix passwd typo
-rw-r--r-- | source/bottlerock.py | 2 |
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(): |