From f64c72f6ee22d0b99e94aed4ccbe92092f6e64f8 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 21 Jul 2022 10:43:32 -0400 Subject: [PATCH] add ubi as valid type --- tools/fetch-and-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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