Skip to content

Commit

Permalink
Fix Amazon 2023 e2e tests (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored and HazelGrant committed Mar 29, 2024
1 parent 4df8415 commit 8f29041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/e2e_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def dist
major_version = host_inventory['platform_version'].split('.')[0]
"el#{major_version}"
when 'amazon'
"amzn#{host_inventory['platform_version']}"
"amzn#{host_inventory['platform_version'].split('.')[0]}"
when 'ubuntu'
"ubuntu-#{host_inventory['platform_version']}"
when 'debian'
Expand Down

0 comments on commit 8f29041

Please sign in to comment.