Skip to content

Commit b00747d

Browse files
authored
Use #notice instead of #err for realtime message (#26)
1 parent 2d94796 commit b00747d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/face/catalog/diff.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
when_invoked do |catalog1, catalog2, options|
111111
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'catalog-diff', 'differ.rb'))
112112
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'catalog-diff', 'findcatalogs.rb'))
113-
Puppet.err('Add --debug for realtime output, add --render-as {json,yaml} for parsed output')
113+
Puppet.notice('Add --debug for realtime output, add --render-as {json,yaml} for parsed output')
114114

115115
# raise "You must pass unique paths to the arguments (#{catalog1} = #{catalog2})" if catalog1 == catalog2
116116

0 commit comments

Comments
 (0)