We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9709cb6 commit adc17bbCopy full SHA for adc17bb
cmd/root.go
@@ -58,7 +58,7 @@ func InitProfile(c *cli.Cli, onlyNew bool) (*profiles.Profile, *profiles.Profile
58
profileName = profile.GetGlobalConfig().GetDefaultProfile()
59
}
60
61
- c.Printf(fmt.Sprintf("Using profile [%s]\n", profileName))
+ c.Printf("Using profile [%s]\n", profileName)
62
63
// load profile
64
cp, err := profile.UseProfile(profileName)
0 commit comments