Commit 1c4870c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix encoding pass to edit file satellite

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 8f0a97da
......@@ -27,7 +27,7 @@ module Files
created_successfully = edit_file_action.commit!(
params[:content],
params[:commit_message],
params[:encooding]
params[:encoding]
)
if created_successfully
......
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