Merge lp:~jaywink/juju-core/fix-create-path-charm-intro into lp:juju-core/docs

Proposed by Jason Robinson
Status: Merged
Merged at revision: 182
Proposed branch: lp:~jaywink/juju-core/fix-create-path-charm-intro
Merge into: lp:juju-core/docs
Diff against target: 11 lines (+1/-1)
1 file modified
htmldocs/authors-charm-writing.html (+1/-1)
To merge this branch: bzr merge lp:~jaywink/juju-core/fix-create-path-charm-intro
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+196305@code.launchpad.net

Description of the change

Remove charm name from path creation command as otherwise if it exists already charm-tools create command will fail with 'xxx exists. Please move it out of the way.'

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/authors-charm-writing.html'
2--- htmldocs/authors-charm-writing.html 2013-11-15 15:36:51 +0000
3+++ htmldocs/authors-charm-writing.html 2013-11-22 15:43:25 +0000
4@@ -83,7 +83,7 @@
5 <p>Go to your home directory (or wherever is appropriate and make the appropriate file structure:</p>
6 <pre class="prettyprint lang-bash">
7 cd ~
8-mkdir -p charms/precise/vanilla
9+mkdir -p charms/precise
10 cd charms/precise
11 </pre>
12

Subscribers

People subscribed via source and target branches