We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1699bb commit b23fbe4Copy full SHA for b23fbe4
cmd/sandbox/sandbox.go
@@ -77,7 +77,7 @@ func getSandboxAuth(ctx context.Context, clients *shared.ClientFactory) (*types.
77
}
78
79
// Prompt the user to select a team to use for authentication
80
- clients.IO.PrintInfo(ctx, false, style.Secondary("Choose a Slack team where your email address matches your Slack developer account"))
+ clients.IO.PrintInfo(ctx, false, "%s", style.Secondary("Choose a Slack team where your email address matches your Slack developer account"))
81
auth, err := prompts.PromptTeamSlackAuth(ctx, clients, "Select a team for authentication")
82
if err != nil {
83
return nil, err
0 commit comments