Skip to content

Commit

Permalink
Fix rhel9 power ABS name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmburgan authored Jan 23, 2024
1 parent 184d0c5 commit 4ce9542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def osinfo
'platform' => 'el-9-ppc64le',
},
abs: {
'template' => 'redhat-9-power',
'template' => 'redhat-9-power9',

Check warning on line 390 in lib/beaker-hostgenerator/data.rb

View check run for this annotation

Codecov / codecov/patch

lib/beaker-hostgenerator/data.rb#L390

Added line #L390 was not covered by tests
},
},
'sles11-32' => {
Expand Down

0 comments on commit 4ce9542

Please sign in to comment.