From 46c7a86ac61e567d5df14a76340047f59871483a Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 1 Oct 2015 12:15:15 +0100 Subject: Fix typo in bottlerock --- source/bottlerock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1