Skip to content

Commit

Permalink
chore: remove type where it is not needed
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <pavel@codefresh.io>
  • Loading branch information
pasha-codefresh committed Nov 5, 2024
1 parent 10e2166 commit 5aa5112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/argocd/commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,8 @@ func NewApplicationDeleteCommand(clientOpts *argocdclient.ClientOptions) *cobra.
// before we showed the prompts only when condition cascade && isTerminal && !noPrompt is true
promptUtil := utils.NewPrompt(cascade && isTerminal && !noPrompt)
var (
confirmAll = false
confirm bool = false
confirmAll = false
confirm = false
)

for _, appFullName := range appNames {
Expand Down

0 comments on commit 5aa5112

Please sign in to comment.