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{