From fc10092bb25617826f0e79c84d6bb2508b4a463c Mon Sep 17 00:00:00 2001 From: viljarb0 <156418063+viljarb0@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:41:28 +0100 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/cli/commands/delete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/commands/delete.go b/pkg/cli/commands/delete.go index 6d95498..1792776 100644 --- a/pkg/cli/commands/delete.go +++ b/pkg/cli/commands/delete.go @@ -23,7 +23,7 @@ func runDeleteCmd(cmd *cobra.Command, args []string) error { deleteID := strings.Join(args, " ") if deleteID == "" { - return fmt.Errorf("issue title cannot be empty") + return fmt.Errorf("issue ID cannot be empty") } issue := &models.Issue{