Skip to content

Commit d05c301

Browse files
author
Kevin Paulisse
committed
Add indentation and example of cd-ing to /etc/puppetlabs/code
1 parent 78c6249 commit d05c301

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

doc/dev/run-from-branch.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@ We've created a wrapper script to make this easier for you.
4949

5050
1. Change directories to the location where you ordinarily run `octocatalog-diff` (for example: in your Puppet repository).
5151

52+
```
53+
cd /etc/puppetlabs/code
54+
```
55+
5256
2. Run the `script/octocatalog-diff-wrapper` script from *this* checkout. For example, if you checked out `octocatalog-diff` to your home directory, you could use:
5357
54-
```
55-
$HOME/octocatalog-diff/script/octocatalog-diff-wrapper <options>
56-
```
58+
```
59+
$HOME/octocatalog-diff/script/octocatalog-diff-wrapper <options>
60+
```
5761
5862
:warning: Note: If you are requesting our help, please use the debug option (`-d`) to display debugging information.

0 commit comments

Comments
 (0)