Commit 1c4870c54a9292ce4b4f1cfa553a5cbf21135deb

Authored by Dmitriy Zaporozhets
1 parent 8f0a97da

Fix encoding pass to edit file satellite

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/contexts/files/update_context.rb
... ... @@ -27,7 +27,7 @@ module Files
27 27 created_successfully = edit_file_action.commit!(
28 28 params[:content],
29 29 params[:commit_message],
30   - params[:encooding]
  30 + params[:encoding]
31 31 )
32 32  
33 33 if created_successfully
... ...