Skip to content

Commit 8ec7ee7

Browse files
author
Chris Gilmer
committed
Quote the profile name
1 parent 415bbf3 commit 8ec7ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/setup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ func (sc *SetupConfig) AddVaultProfile() error {
436436
// UpdateAWSProfile updates or creates a single AWS profile to the AWS config file
437437
func (sc *SetupConfig) UpdateAWSProfile(iniFile *ini.File, profile, sourceProfile *vault.ProfileSection) error {
438438
sc.Logger.Printf("Adding the profile %s to the AWS config file", profile.Name)
439-
440439
sectionName := fmt.Sprintf("profile %s", profile.Name)
441440

442441
// Get or create section before updating

0 commit comments

Comments
 (0)