summaryrefslogtreecommitdiff
path: root/app/services/files/base_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/files/base_service.rb')
-rw-r--r--app/services/files/base_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/files/base_service.rb b/app/services/files/base_service.rb
index 39e614d6569..a129617cc68 100644
--- a/app/services/files/base_service.rb
+++ b/app/services/files/base_service.rb
@@ -18,7 +18,7 @@ module Files
@previous_path = params[:previous_path]
@file_content = params[:file_content]
- @file_content = Base64.decode64(@file_content) if params[:file_content_encoding] == 'base64'
+ @file_content = Base64.decode64(@file_content) if params[:file_content_encoding] == "base64"
end
def file_has_changed?(path, commit_id)