path durch principals ersetzt
This commit is contained in:
parent
a96ad0df9d
commit
648319b634
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ def getAllowedSSHPrincipals(config):
|
|||
principals = config.get('gitosis', 'allowedPrincipals')
|
||||
except (NoSectionError, NoOptionError):
|
||||
principals = "git"
|
||||
return path
|
||||
return principals
|
||||
|
|
Loading…
Reference in a new issue