We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e23fe + 0eb393a commit 5379ab6Copy full SHA for 5379ab6
lib/octocatalog-diff/catalog-util/command.rb
@@ -68,7 +68,8 @@ def setup
68
# enc?
69
if @options[:enc]
70
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])}"
+ cmdline << '--node_terminus=exec'
72
+ cmdline << "--external_nodes=#{Shellwords.escape(@options[:enc])}"
73
end
74
75
# Future parser?
0 commit comments