From c09ebbd4dce29ceb1d584e46a446f56938c08ce3 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 5 Feb 2020 16:26:49 -0500 Subject: [PATCH] Fix typo in otherpkgs --- xCAT/postscripts/otherpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 0e4b05964..fb371634b 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -388,7 +388,7 @@ fi fi # x86_64 elif ( pmatch "$OSVER" "rhels8*" ); then if [ $ARCH == "x86_64" ]; then - for arg in "BasOS" "AppStream" + for arg in "BaseOS" "AppStream" do ospkgdir_ok="$ospkgdir/$arg" array_set_element os_path $index $ospkgdir_ok