commit
8f9a450eed
|
@ -64,7 +64,7 @@ class CommitsController < ApplicationController
|
|||
@commit.to_patch,
|
||||
type: "text/plain",
|
||||
disposition: 'attachment',
|
||||
filename: "#{@commit.id.patch}"
|
||||
filename: "#{@commit.id}.patch"
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue