Skip to content

Commit c466e38

Browse files
committed
Fix another doc inconsitency
1 parent 85c67cb commit c466e38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppet/face/catalog/diff.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@
147147
- At this point you should have 2 different catalogs. To compare them run:
148148
149149
puppet catalog diff <catalog1> <catalog2>
150+
150151
- Alternatively you can process a directory containing matching files
151152
- i.e. path/to/old/node_name.yaml and path/to/new/node_name.yaml
152153
153-
puppet catalog diff <path/to/old> <path/to/new>
154+
puppet catalog diff <path/to/old> <path/to/new>
154155
155156
This code only validates the catalogs, it cannot tell you if the behavior of
156157
the providers that interpret the catalog has changed so testing is still

0 commit comments

Comments
 (0)