Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/vmimage_fedora_fix'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jun 17, 2024
2 parents 47976d4 + 06933f3 commit cd83d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avocado/utils/vmimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def get_image_url(self):
else:
cloud = "CloudImages"

if self.url_old_images and int(self.version) <= 36:
if self.url_old_images and int(self.version) <= 38:
self.url_versions = self.url_old_images

self.url_images = self.url_versions + "{version}/" + cloud + "/{arch}/images/"
Expand Down

0 comments on commit cd83d9a

Please sign in to comment.