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:
@@ -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
|
||||
|
Reference in New Issue
Block a user