corrected non-existed variable name
This commit is contained in:
@@ -25,7 +25,7 @@ func runDeleteCmd(cmd *cobra.Command, args []string) error {
|
|||||||
return fmt.Errorf("error deleting issue: %w", err)
|
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)
|
fmt.Print(str)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user