Skip to content

Commit b23fbe4

Browse files
committed
update
1 parent b1699bb commit b23fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sandbox/sandbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func getSandboxAuth(ctx context.Context, clients *shared.ClientFactory) (*types.
7777
}
7878

7979
// 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"))
80+
clients.IO.PrintInfo(ctx, false, "%s", style.Secondary("Choose a Slack team where your email address matches your Slack developer account"))
8181
auth, err := prompts.PromptTeamSlackAuth(ctx, clients, "Select a team for authentication")
8282
if err != nil {
8383
return nil, err

0 commit comments

Comments
 (0)