summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/relation_factory.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-24 12:11:12 +0100
committerJames Lopez <james@jameslopez.es>2017-01-30 12:34:32 +0100
commit6a2b976c66b17ec62575bfefda99221ccdc85e1e (patch)
tree2936fabf22ac2029b28c8033b97f371c4b3e89be /lib/gitlab/import_export/relation_factory.rb
parente589c7e84854bd181d5059200e80f0b5c0b0e5f8 (diff)
downloadgitlab-ce-6a2b976c66b17ec62575bfefda99221ccdc85e1e.tar.gz
fix typo
Diffstat (limited to 'lib/gitlab/import_export/relation_factory.rb')
-rw-r--r--lib/gitlab/import_export/relation_factory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb
index 040a10011e2..8a44e78fb44 100644
--- a/lib/gitlab/import_export/relation_factory.rb
+++ b/lib/gitlab/import_export/relation_factory.rb
@@ -23,7 +23,7 @@ module Gitlab
EXISTING_OBJECT_CHECK = %i[milestone milestones label labels project_label project_labels group_label group_labels].freeze
- TOKEN_RESET_MODELS = %w[Ci::Trigger Ci::Build ProjectHook]
+ TOKEN_RESET_MODELS = %w[Ci::Trigger Ci::Build ProjectHook].freeze
def self.create(*args)
new(*args).create