Commit 795cc9b7 authored by Peter Gonda's avatar Peter Gonda

Repaired Get patch

parent 3ecc4df4
...@@ -64,7 +64,7 @@ class CommitsController < ApplicationController ...@@ -64,7 +64,7 @@ class CommitsController < ApplicationController
@commit.to_patch, @commit.to_patch,
type: "text/plain", type: "text/plain",
disposition: 'attachment', disposition: 'attachment',
filename: "#{@commit.id.patch}" filename: "#{@commit.id}.patch"
) )
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment