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.
1 parent 1435caa commit 0eb393aCopy full SHA for 0eb393a
lib/octocatalog-diff/catalog-util/command.rb
@@ -68,7 +68,7 @@ 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"
+ cmdline << '--node_terminus=exec'
72
cmdline << "--external_nodes=#{Shellwords.escape(@options[:enc])}"
73
end
74
0 commit comments