Skip to content

Commit

Permalink
feat: adopt delete app confirmation to new prompt util
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Nov 5, 2024
1 parent 6d01946 commit 10e2166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ func NewApplicationDeleteCommand(clientOpts *argocdclient.ClientOptions) *cobra.

numOfApps := len(appNames)

// This is for backward compatibility,
// This is for backward compatibility,
// before we showed the prompts only when condition cascade && isTerminal && !noPrompt is true
promptUtil := utils.NewPrompt(cascade && isTerminal && !noPrompt)
var (
Expand Down

0 comments on commit 10e2166

Please sign in to comment.