Fix typo that made push fail in writeAuthorizedKeys.
This commit is contained in:
parent
e495c9a66e
commit
5b3f2f7a4d
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ def getSSHAuthorizedKeysPath(config):
|
|||
try:
|
||||
path = config.get('gitosis', 'ssh-authorized-keys-path')
|
||||
except (NoSectionError, NoOptionError):
|
||||
path = os.path.expanduser('~/.ssh/authorized_keys'),
|
||||
path = os.path.expanduser('~/.ssh/authorized_keys')
|
||||
return path
|
||||
|
|
Loading…
Reference in a new issue