From e97b04c4a4b9fc8c6ccfe11d605614e61e4a406c Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 22 Aug 2024 22:23:56 +0200 Subject: [PATCH] test/vm.install: fix rhel 10 overrides --- test/vm.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vm.install b/test/vm.install index bf3f1ab0b..bf88da562 100755 --- a/test/vm.install +++ b/test/vm.install @@ -22,7 +22,7 @@ if [ -d /home/admin/files ]; then cp /home/admin/files/*.toml /etc/osbuild-composer/blueprints/ else cp test/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json - cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.json + cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json cp test/files/*.toml /etc/osbuild-composer/blueprints/ fi ln -s /etc/osbuild-composer/repositories/rhel-95.json /etc/osbuild-composer/repositories/rhel-95-beta.json