typo fixed
This commit is contained in:
parent
bd57935d6e
commit
2b9038c797
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Main(app.App):
|
|||
|
||||
if sshUser != "":
|
||||
log.info('Running serve_principal for user %s', sshUser)
|
||||
serve_printipal(sshUser, principal)
|
||||
serve_principal(sshUser, principal)
|
||||
log.info('Done.')
|
||||
|
||||
# if git_dir is None:
|
||||
|
|
Loading…
Reference in a new issue