debug
This commit is contained in:
parent
5264a15b25
commit
954588c5ed
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def ssh_extract_user(pubkey):
|
|||
raise InsecureSSHKeyUsername(repr(user))
|
||||
|
||||
def initial_commit(git_dir, cfg, pubkey, user):
|
||||
print user pubkey
|
||||
if pubkey is None:
|
||||
keyfile = 'keydir/principals'
|
||||
content = user
|
||||
|
|
Loading…
Reference in a new issue