Skip to content

Commit

Permalink
Use get_new_oval_xml endpoint in packages_exporter script (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
javihernandez authored Oct 24, 2024
1 parent df50659 commit 4734a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exporters/packages_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def get_oval_xml(
platform_name: str,
only_released: bool = False,
):
endpoint = "errata/get_oval_xml/"
endpoint = "errata/get_new_oval_xml/"
return await self.make_request(
"GET",
endpoint,
Expand Down

0 comments on commit 4734a0b

Please sign in to comment.