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:
authorJames Lopez <james@jameslopez.es>2018-01-02 18:48:46 +0300
committerJames Lopez <james@jameslopez.es>2018-01-02 18:48:46 +0300
commit11d0083e95b9dc22c27f368e38058ec3e0a40f46 (patch)
tree616f03c012841e8edf490aa7db10dc3dc13381a2 /lib/gitlab/bare_repository_import
parent3faa988eb8a3098d05045c554ff7540fa5ab29bf (diff)
fix missing create services call
Diffstat (limited to 'lib/gitlab/bare_repository_import')
-rw-r--r--lib/gitlab/bare_repository_import/importer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/bare_repository_import/importer.rb b/lib/gitlab/bare_repository_import/importer.rb
index 3fa2a7e8dfe..b0b349088d9 100644
--- a/lib/gitlab/bare_repository_import/importer.rb
+++ b/lib/gitlab/bare_repository_import/importer.rb
@@ -77,8 +77,6 @@ module Gitlab
if bare_repo.wiki_exists?
FileUtils.mv(wiki_path, File.join(project.repository_storage_path, project.disk_path + '.wiki.git'))
- else
- project.create_wiki
end
true