Skip to content

Commit 0eb393a

Browse files
committed
Use single-quoted string
1 parent 1435caa commit 0eb393a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ 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"
71+
cmdline << '--node_terminus=exec'
7272
cmdline << "--external_nodes=#{Shellwords.escape(@options[:enc])}"
7373
end
7474

0 commit comments

Comments
 (0)