Skip to content

Commit 274bc7c

Browse files
author
Chris Gilmer
committed
No need to add mfa serial to base profile
1 parent 2f69367 commit 274bc7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmd/setup.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,8 @@ func (sc *SetupConfig) UpdateAWSConfigFile() error {
487487
}
488488

489489
sc.BaseProfile = &vault.ProfileSection{
490-
Name: sc.BaseProfileName,
491-
Region: sc.Region,
492-
MfaSerial: sc.MFASerial,
490+
Name: sc.BaseProfileName,
491+
Region: sc.Region,
493492
}
494493

495494
// Add the base profile

0 commit comments

Comments
 (0)