Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/import/github_service.rb')
-rw-r--r--app/services/import/github_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/import/github_service.rb b/app/services/import/github_service.rb
index 3ee5a185f42..2f808d45ffd 100644
--- a/app/services/import/github_service.rb
+++ b/app/services/import/github_service.rb
@@ -122,4 +122,4 @@ module Import
end
end
-Import::GithubService.prepend_if_ee('EE::Import::GithubService')
+Import::GithubService.prepend_mod_with('Import::GithubService')