aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-29 09:41:13 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-29 09:41:13 +0100
commitc349b8177fa690f5e66e6904e29127f3a29454db (patch)
tree2ec6a5e29e4282a7222741e1313a8fc7b13d31a6 /run-all.sh
parent33dd4454082402531ec3dfe39445d0cee94c057d (diff)
downloadimagefish-c349b8177fa690f5e66e6904e29127f3a29454db.tar.gz
fix el8 version
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-all.sh b/run-all.sh
index b032825..3f6c76e 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -26,8 +26,8 @@ sirius)
./RHEL7-efi.sh 7.6 || exit 1
./RHEL7-efi.sh 7.7 || exit 1
- ./RHEL8-efi.sh 8.0 || exit 1
- ./RHEL8-efi.sh 8.1 || exit 1
+ ./RHEL8-efi.sh 8.0.0 || exit 1
+ ./RHEL8-efi.sh 8.1.0 || exit 1
./CentOS7-efi.sh || exit 1
;;
*)