From 209aed30b44f9604258fb9d03d0303a224238270 Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 15 Nov 2023 13:04:12 +0100 Subject: [PATCH] Fix typo on migration comment --- internal/config/migration/multi_account.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/config/migration/multi_account.go b/internal/config/migration/multi_account.go index 642ffe3ca..6163856b7 100644 --- a/internal/config/migration/multi_account.go +++ b/internal/config/migration/multi_account.go @@ -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 }