We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415bbf3 commit 8ec7ee7Copy full SHA for 8ec7ee7
cmd/setup.go
@@ -436,7 +436,6 @@ func (sc *SetupConfig) AddVaultProfile() error {
436
// UpdateAWSProfile updates or creates a single AWS profile to the AWS config file
437
func (sc *SetupConfig) UpdateAWSProfile(iniFile *ini.File, profile, sourceProfile *vault.ProfileSection) error {
438
sc.Logger.Printf("Adding the profile %s to the AWS config file", profile.Name)
439
-
440
sectionName := fmt.Sprintf("profile %s", profile.Name)
441
442
// Get or create section before updating
0 commit comments