diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-06 11:25:45 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 15:53:44 +0100 |
commit | 66c9a2db629e034db72aba939d71ca57be2984d7 (patch) | |
tree | afe2e994ecab800e195bb25abf357beb42e6f289 | |
parent | 3beb55c659bc4f24c1cd34ed1b56925d528e7256 (diff) | |
download | gitlab-ce-66c9a2db629e034db72aba939d71ca57be2984d7.tar.gz |
refactors to pass values as arguments through options
-rw-r--r-- | app/services/files/update_service.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb index c2af9b855b1..aaac3da9355 100644 --- a/app/services/files/update_service.rb +++ b/app/services/files/update_service.rb @@ -8,6 +8,7 @@ module Files previous_path: @previous_path, message: @commit_message) + end end end |