Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
viljarb0
2026-02-05 17:41:28 +01:00
committed by GitHub
parent e624729511
commit fc10092bb2

View File

@@ -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{