Fix typo on migration comment
This commit is contained in:
parent
a00294eff9
commit
209aed30b4
1 changed files with 1 additions and 2 deletions
|
|
@ -184,8 +184,7 @@ func getUsername(c *config.Config, hostname, token string, transport http.RoundT
|
|||
|
||||
func migrateToken(hostname, username string, tokenSource tokenSource) error {
|
||||
// If token is not currently stored in the keyring do not migrate it,
|
||||
// as it is being stored in the config and is being handled when
|
||||
// when migrating the config.
|
||||
// as it is being stored in the config and is being handled when migrating the config.
|
||||
if !tokenSource.inKeyring {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue