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 Robin Olsen
parent 268d27ab4e
commit 5763a26e0a

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{