mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
more typo
This commit is contained in:
@@ -4,7 +4,7 @@ validate_selected_image() {
|
||||
local selectedImage="${1:-}"
|
||||
local validImages=(
|
||||
'debian:bookworm' 'ubuntu:24.04'
|
||||
'archlinux:latest' 'archlinuxarm'
|
||||
'archlinux:latest' 'archlinuxarm:latest'
|
||||
'fedora:42'
|
||||
)
|
||||
for distro in "${validImages[@]}"; do
|
||||
@@ -17,7 +17,6 @@ validate_selected_image() {
|
||||
echo_info "valid images:" "${validImages[@]}"
|
||||
return 1
|
||||
fi
|
||||
echo_warn "${FUNCNAME[0]}" "${DISTROS[@]}"
|
||||
}
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
Reference in New Issue
Block a user