Skip to content

Commit 2665888

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

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
@@ -623,7 +623,7 @@ def self.fixup_gitolite_admin
623623
conf = GitoliteConfig.new(tmp_conf_file)
624624

625625
# copy key into home directory...
626-
shell %[cat #{GitoliteConfig.gitolite_ssh_public_key} | #{GitHosting.git_user_runner} 'cat > ~/id_rsa.pub']
626+
shell %[cat #{GitHostingConf.gitolite_ssh_public_key} | #{GitHosting.git_user_runner} 'cat > ~/id_rsa.pub']
627627

628628
# Locate any keys that match redmine_git_hosting key
629629
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

Comments
 (0)