refactor(iso): Uppercase partition type (#1)

This commit is contained in:
hygienic-books 2023-02-21 02:57:13 +01:00
parent c3708a098e
commit b12c35ed07

View File

@ -72,7 +72,7 @@ function we_have_exactly_one_part () {
if [[ "$(wc -c <<<"${parts_list}")" -gt '1' ]]; then
case "${parts_count}" in
0)
printf -- '%s\n' 'No '"${parttype}"' partition found. Exiting 1 ...'
printf -- '%s\n' 'No '"${parttype^^}"' partition found. Exiting 1 ...'
exit 1
;;
1)