Skip to content

Commit 5379ab6

Browse files
authored
Merge pull request #112 from waldiTM/puppet-arguments-enc
Split arguments added for ENC
2 parents 21e23fe + 0eb393a commit 5379ab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/octocatalog-diff/catalog-util/command.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def setup
6868
# enc?
6969
if @options[:enc]
7070
raise Errno::ENOENT, "Did not find ENC as expected at #{@options[:enc]}" unless File.file?(@options[:enc])
71-
cmdline << "--node_terminus=exec --external_nodes=#{Shellwords.escape(@options[:enc])}"
71+
cmdline << '--node_terminus=exec'
72+
cmdline << "--external_nodes=#{Shellwords.escape(@options[:enc])}"
7273
end
7374

7475
# Future parser?

0 commit comments

Comments
 (0)