Skip to content

Commit

Permalink
Merge pull request #350 from nmburgan/patch-1
Browse files Browse the repository at this point in the history
Fix rhel9 power ABS name
  • Loading branch information
ekohl authored Jan 24, 2024
2 parents 184d0c5 + 4ce9542 commit fc90bf1
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',
},
},
'sles11-32' => {
Expand Down

0 comments on commit fc90bf1

Please sign in to comment.