Skip to content

Commit

Permalink
Merge pull request #103 from tomas/patch-1
Browse files Browse the repository at this point in the history
diff_options: Remove space between U and context number
  • Loading branch information
samg committed Aug 7, 2020
2 parents c4fdc75 + f54563e commit 6b6a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diffy/diff.rb
Expand Up @@ -174,7 +174,7 @@ def diff_bin

# options pass to diff program
def diff_options
Array(options[:context] ? "-U #{options[:context]}" : options[:diff])
Array(options[:context] ? "-U#{options[:context]}" : options[:diff])
end

end
Expand Down

0 comments on commit 6b6a6a9

Please sign in to comment.