summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/import_export/import.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/import_export/import.rake')
-rw-r--r--lib/tasks/gitlab/import_export/import.rake6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tasks/gitlab/import_export/import.rake b/lib/tasks/gitlab/import_export/import.rake
index 2702b530334..fc727eda380 100644
--- a/lib/tasks/gitlab/import_export/import.rake
+++ b/lib/tasks/gitlab/import_export/import.rake
@@ -31,9 +31,9 @@ namespace :gitlab do
task = Gitlab::ImportExport::Project::ImportTask.new(
namespace_path: args.namespace_path,
- project_path: args.project_path,
- username: args.username,
- file_path: args.archive_path,
+ project_path: args.project_path,
+ username: args.username,
+ file_path: args.archive_path,
logger: logger
)