Skip to content

fix: confirm when deleting template #2866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 11, 2022
Prev Previous commit
Next Next commit
remove unnecessary empty line the linter disliked
  • Loading branch information
ketang committed Jul 11, 2022
commit df6b7cce714c9d568fbf16e472554dce2a64acbc
1 change: 0 additions & 1 deletion cli/templatedelete.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func templateDelete() *cobra.Command {
}
templates = append(templates, template)
}

} else {
allTemplates, err := client.TemplatesByOrganization(ctx, organization.ID)
if err != nil {
Expand Down