summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 12:15:15 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 12:15:15 +0100
commit46c7a86ac61e567d5df14a76340047f59871483a (patch)
tree2ccaeb40d010847962b5a61617c121fef541cc93
parent5bc7900861a856f0121196b898b7f9e4bb07fd54 (diff)
downloadorchestration-46c7a86ac61e567d5df14a76340047f59871483a.tar.gz
Fix typo in bottlerock
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index f263c5c..cde6f72 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -156,7 +156,7 @@ def testing_complete():
"pipeline")
except Status400 as p:
return missing_property_response(p)
- return sendchange('%s Pulbish' % properties['pipeline'],properties)
+ return sendchange('%s Publish' % properties['pipeline'],properties)
if __name__ == '__main__':
run(host='0.0.0.0', port=8080, debug=True)