2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-13 13:48:35 +00:00

Fix typo in otherpkgs

This commit is contained in:
Jarrod Johnson
2020-02-05 16:26:49 -05:00
parent f2f7a4391f
commit c09ebbd4dc

View File

@@ -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