Skip to content

Commit e97b04c

Browse files
committed
test/vm.install: fix rhel 10 overrides
1 parent 1d443f4 commit e97b04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vm.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -d /home/admin/files ]; then
2222
cp /home/admin/files/*.toml /etc/osbuild-composer/blueprints/
2323
else
2424
cp test/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
25-
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.json
25+
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json
2626
cp test/files/*.toml /etc/osbuild-composer/blueprints/
2727
fi
2828
ln -s /etc/osbuild-composer/repositories/rhel-95.json /etc/osbuild-composer/repositories/rhel-95-beta.json

0 commit comments

Comments
 (0)