corrected non-existed variable name

This commit is contained in:
viljarb
2026-02-05 18:01:43 +01:00
committed by Robin Olsen
parent 9fceca5033
commit 80741e0cf5

View File

@@ -25,7 +25,7 @@ func runDeleteCmd(cmd *cobra.Command, args []string) error {
return fmt.Errorf("error deleting issue: %w", err)
}
str := fmt.Sprintf("Deleted issue with ID: %s\n", issue.ID)
str := fmt.Sprintf("Deleted issue with ID: %s\n", deleteID)
fmt.Print(str)