mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix incorrect log message
In pygit2, the ssh transport doesn't accept password auth.
This commit is contained in:
parent
2093bf8d96
commit
09468d2607
1 changed files with 2 additions and 2 deletions
|
@ -596,8 +596,8 @@ def _verify_auth(repo):
|
|||
if user == address:
|
||||
# No '@' sign == no user. This is a problem.
|
||||
log.critical(
|
||||
'Password / keypair specified for remote {0}, but remote '
|
||||
'URL is missing a username'.format(repo['url'])
|
||||
'Keypair specified for remote {0}, but remote URL is missing '
|
||||
'a username'.format(repo['url'])
|
||||
)
|
||||
_failhard()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue