Skip to content
Snippets Groups Projects
Commit 31268b1b authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker
Browse files

_never_ unset gitlab.full_path

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