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 db94a57 commit e99f0ddCopy full SHA for e99f0dd
app/cli/cmd/root.go
@@ -145,7 +145,7 @@ func NewRootCmd(l zerolog.Logger) *cobra.Command {
145
146
// Warn users when the session is interactive, and the operation is supposed to use an API token instead
147
if shouldAskForConfirmation(cmd) && isUserToken && !flagYes {
148
- if !confirmationPrompt(fmt.Sprintf("This command is will run against the organization %q", orgName)) {
+ if !confirmationPrompt(fmt.Sprintf("This command will run against the organization %q", orgName)) {
149
return errors.New("command canceled by user")
150
}
151
0 commit comments