summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-06-25 12:04:23 +0200
committerJames Lopez <james@jameslopez.es>2018-06-25 12:04:23 +0200
commit792082948cbe8c02329ae711d550ce2ea6b1fea8 (patch)
tree424f72a26507d6bc6f718b72d50dc04cbe2df1e3
parent3a14ae3ae3fd2376d46bb4af9678e648eb7a840c (diff)
downloadgitlab-ce-43270-import-with-milestones-failing.tar.gz
-rw-r--r--lib/gitlab/import_export/group_project_object_builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/group_project_object_builder.rb b/lib/gitlab/import_export/group_project_object_builder.rb
index 31f61502948..793657f5cea 100644
--- a/lib/gitlab/import_export/group_project_object_builder.rb
+++ b/lib/gitlab/import_export/group_project_object_builder.rb
@@ -100,7 +100,7 @@ module Gitlab
{ project: @project },
:milestones,
init_iid
- ).generate
+ ).generate
end
end
end