Fix typo on migration comment

This commit is contained in:
William Martin 2023-11-15 13:04:12 +01:00
parent a00294eff9
commit 209aed30b4

View file

@ -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
}