diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-01 17:46:37 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 15:52:47 +0100 |
commit | 5cb5309a4dab70e3b85640f125b1b70d5c8e3805 (patch) | |
tree | fb6f0e846383cc227e89f0db8948c2dc0eeb263e /app/services/files | |
parent | df3d1c1fb977153aae5cab4f97a322ef6236c4d1 (diff) | |
download | gitlab-ce-5cb5309a4dab70e3b85640f125b1b70d5c8e3805.tar.gz |
successfully adds the new version with the updated name on the projects repo
Diffstat (limited to 'app/services/files')
-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 c8e66555c82..7719c1819ec 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 |