mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 12:36:27 +10:00
Fix encoding pass to edit file satellite
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ module Files
|
||||
created_successfully = edit_file_action.commit!(
|
||||
params[:content],
|
||||
params[:commit_message],
|
||||
params[:encooding]
|
||||
params[:encoding]
|
||||
)
|
||||
|
||||
if created_successfully
|
||||
|
||||
Reference in New Issue
Block a user