Commit 31268b1b authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

_never_ unset gitlab.full_path

parent e1925f6d
...@@ -1317,8 +1317,8 @@ module Gitlab ...@@ -1317,8 +1317,8 @@ module Gitlab
end end
# rubocop:enable Metrics/ParameterLists # rubocop:enable Metrics/ParameterLists
def write_config(full_path: nil) def write_config(full_path:)
rugged.config['gitlab.fullpath'] = full_path rugged.config['gitlab.fullpath'] = full_path if full_path.present?
end end
def gitaly_repository def gitaly_repository
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment