diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-01 17:46:37 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-06 14:19:13 +0100 |
commit | 01e041a6fd63bdbefe84498c9eeef3455762a7ff (patch) | |
tree | 9d04b8877b4f060419395d0966efc3cdd72912aa /app | |
parent | 032a325e0075bbda173d151a0f0c56d0dc6957df (diff) | |
download | gitlab-ce-01e041a6fd63bdbefe84498c9eeef3455762a7ff.tar.gz |
successfully adds the new version with the updated name on the projects repo
Diffstat (limited to 'app')
-rw-r--r-- | app/services/files/base_service.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/files/base_service.rb b/app/services/files/base_service.rb index 6e46bcea24c..04bab96869c 100644 --- a/app/services/files/base_service.rb +++ b/app/services/files/base_service.rb @@ -16,6 +16,8 @@ module Files params[:file_content] end + puts @file_path + # Validate parameters validate |