Skip to content

Commit 012d57c

Browse files
author
root
committed
Fix typo
1 parent e435837 commit 012d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/libs/git_hosting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def self.fixup_gitolite_admin
614614

615615
logger.warn " Cloning administrative repo directly as #{git_user} in #{repo_dir}"
616616
shell %[rm -rf "#{repo_dir}"] if File.exists?(repo_dir)
617-
admin_repo = "#{GitHosting.repository_base}/#{GitHosting::GitoliteConfig::ADMIN_REPO}"
617+
admin_repo = "#{GitHostingConf.repository_base}/#{GitHosting::GitoliteConfig::ADMIN_REPO}"
618618
shell %[#{GitHosting.git_user_runner} git clone #{admin_repo} #{repo_dir}]
619619

620620
# Load up existing conf file

0 commit comments

Comments
 (0)