We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012d57c commit 2665888Copy full SHA for 2665888
lib/libs/git_hosting.rb
@@ -623,7 +623,7 @@ def self.fixup_gitolite_admin
623
conf = GitoliteConfig.new(tmp_conf_file)
624
625
# copy key into home directory...
626
- shell %[cat #{GitoliteConfig.gitolite_ssh_public_key} | #{GitHosting.git_user_runner} 'cat > ~/id_rsa.pub']
+ shell %[cat #{GitHostingConf.gitolite_ssh_public_key} | #{GitHosting.git_user_runner} 'cat > ~/id_rsa.pub']
627
628
# Locate any keys that match redmine_git_hosting key
629
raw_admin_key_matches = %x[#{GitHosting.git_user_runner} 'find #{keydir} -type f -exec cmp -s ~/id_rsa.pub {} \\; -print'].chomp.split("\n")
0 commit comments