Skip to content

Commit adc17bb

Browse files
authored
Update cmd/root.go
1 parent 9709cb6 commit adc17bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func InitProfile(c *cli.Cli, onlyNew bool) (*profiles.Profile, *profiles.Profile
5858
profileName = profile.GetGlobalConfig().GetDefaultProfile()
5959
}
6060

61-
c.Printf(fmt.Sprintf("Using profile [%s]\n", profileName))
61+
c.Printf("Using profile [%s]\n", profileName)
6262

6363
// load profile
6464
cp, err := profile.UseProfile(profileName)

0 commit comments

Comments
 (0)