We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e93f5e commit 88f8a6fCopy full SHA for 88f8a6f
1 file changed
lib/octocatalog-diff/catalog-diff/cli/options/hiera_path_strip.rb
@@ -11,15 +11,15 @@ def parse(parser, options)
11
end
12
13
if options[:hiera_path_strip] == :none
14
- raise ArgumentError, '--hiera-path and --no-hiera-path are mutually exclusive'
+ raise ArgumentError, '--hiera-path-strip and --no-hiera-path-strip are mutually exclusive'
15
16
17
options[:hiera_path_strip] = path_in
18
19
20
parser.on('--no-hiera-path-strip', 'Do not use any default hiera path strip settings') do
21
if options[:hiera_path_strip].is_a?(String)
22
23
24
options[:hiera_path_strip] = :none
25
0 commit comments