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 3178667 commit 4988f48Copy full SHA for 4988f48
lib/thor/shell/basic.rb
@@ -372,7 +372,7 @@ def merge(destination, content) #:nodoc:
372
Tempfile.open([File.basename(destination), File.extname(destination)], File.dirname(destination)) do |temp|
373
temp.write content
374
temp.rewind
375
- system %(#{merge_tool} "#{temp.path}" "#{destination}")
+ system(merge_tool, temp.path, destination)
376
end
377
378
0 commit comments