summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-09-07 14:43:51 +0200
committerJames Lopez <james@jameslopez.es>2018-09-07 14:43:51 +0200
commitf1277fbf0bbe8de330d5d80fdfe411a0c8571022 (patch)
tree8aa895e931eba976ccfa29867625759eb8441c4c /lib/tasks
parent27442862cf81881c81552e64d0b4d3354535c45e (diff)
downloadgitlab-ce-f1277fbf0bbe8de330d5d80fdfe411a0c8571022.tar.gz
refactor code based on feedback
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/update_templates.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/update_templates.rake b/lib/tasks/gitlab/update_templates.rake
index be22032287c..ef6a32d6730 100644
--- a/lib/tasks/gitlab/update_templates.rake
+++ b/lib/tasks/gitlab/update_templates.rake
@@ -54,7 +54,7 @@ namespace :gitlab do
end
Projects::ImportExport::ExportService.new(project, admin).execute
- download_or_copy_upload( project.export_file, template.archive_path)
+ download_or_copy_upload(project.export_file, template.archive_path)
Projects::DestroyService.new(admin, project).execute
puts "Exported #{template.name}".green
end