diff --git a/tools/fetch-and-branch.sh b/tools/fetch-and-branch.sh index 909b717..e3c41fa 100644 --- a/tools/fetch-and-branch.sh +++ b/tools/fetch-and-branch.sh @@ -32,7 +32,7 @@ if [[ -z "$version" || ! "$version" =~ [0-9]+.[0-9]+ ]]; then fi case "$type" in - Base|Minimal) ;; + Base|Minimal|UBI) ;; *) usage "Invalid type" exit 1