Merge lp:~cjohnston/juju-deployer/1431570 into lp:juju-deployer

Proposed by Chris Johnston
Status: Merged
Approved by: Kapil Thangavelu
Approved revision: 139
Merged at revision: 139
Proposed branch: lp:~cjohnston/juju-deployer/1431570
Merge into: lp:juju-deployer
Diff against target: 12 lines (+1/-1)
1 file modified
deployer/env/base.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/juju-deployer/1431570
Reviewer Review Type Date Requested Status
Kapil Thangavelu Approve
David Britton Pending
Review via email: mp+252827@code.launchpad.net

Commit message

Fix typo bootstrapping message

Description of the change

Fix the typo when running deployer with --bootstrap

To post a comment you must log in.
Revision history for this message
Kapil Thangavelu (hazmat) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'deployer/env/base.py'
2--- deployer/env/base.py 2015-02-03 12:20:16 +0000
3+++ deployer/env/base.py 2015-03-12 21:39:27 +0000
4@@ -65,7 +65,7 @@
5 return units
6
7 def bootstrap(self, constraints=None):
8- self.log.info("bootstraping, this might take a while...")
9+ self.log.info("bootstrapping, this might take a while...")
10 params = ["juju", "bootstrap"]
11 if constraints:
12 params.extend(['--constraints', constraints])

Subscribers

People subscribed via source and target branches