fix(rpm-ostree): Syntax error due to forgotten fi

This commit is contained in:
fiftydinar 2024-07-31 19:16:50 +02:00
parent b05f4e85ff
commit 93ff0d9eb9

View file

@ -67,6 +67,7 @@ if [[ ${#INSTALL[@]} -gt 0 ]]; then
CLASSIC_PKG+=("${PKG}") CLASSIC_PKG+=("${PKG}")
fi fi
done done
fi
# The installation is done with some wordsplitting hacks # The installation is done with some wordsplitting hacks
# because of errors when doing array destructuring at the installation step. # because of errors when doing array destructuring at the installation step.