add ubi as valid type

This commit is contained in:
Neil Hanlon 2022-07-21 10:43:32 -04:00
parent 9faa504140
commit f64c72f6ee
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [[ -z "$version" || ! "$version" =~ [0-9]+.[0-9]+ ]]; then
fi fi
case "$type" in case "$type" in
Base|Minimal) ;; Base|Minimal|UBI) ;;
*) *)
usage "Invalid type" usage "Invalid type"
exit 1 exit 1