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:
authorRémy Coutable <remy@rymai.me>2018-12-10 19:22:53 +0300
committerRémy Coutable <remy@rymai.me>2018-12-10 19:22:53 +0300
commiteadd53b969da2704d7551069eda0b416ffb7b0e2 (patch)
treef182d6099394aefad97d510c681ceba73ce2c3be /lib/gitlab/import_export
parentcd82c38916915d96a4de8c7f7f269c43454d9a75 (diff)
parente96fd232a628e9f5f008936b5db645412e33cfef (diff)
Merge branch 'sh-remove-gitlab-shell-include' into 'master'
Remove unnecessary includes of ShellAdapter See merge request gitlab-org/gitlab-ce!23607
Diffstat (limited to 'lib/gitlab/import_export')
-rw-r--r--lib/gitlab/import_export/repo_restorer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/repo_restorer.rb b/lib/gitlab/import_export/repo_restorer.rb
index 921a06b4023..91167a9c4fb 100644
--- a/lib/gitlab/import_export/repo_restorer.rb
+++ b/lib/gitlab/import_export/repo_restorer.rb
@@ -4,7 +4,6 @@ module Gitlab
module ImportExport
class RepoRestorer
include Gitlab::ImportExport::CommandLineUtil
- include Gitlab::ShellAdapter
def initialize(project:, shared:, path_to_bundle:)
@project = project