ssh -> ssh_principals
This commit is contained in:
parent
d1e27e536e
commit
a3a565ed27
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def post_update(cfg, git_dir):
|
|||
keydir=os.path.join(export, 'keydir'),
|
||||
)
|
||||
principals = util.getSSHPrincipalsPath(config=cfg)
|
||||
ssh.writePrincipals(
|
||||
ssh_principals.writePrincipals(
|
||||
path=principals,
|
||||
principals=os.path.join(export, 'principals'),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue