correct typo

This commit is contained in:
Leif Liddy 2024-01-08 01:00:12 +01:00
parent 0a91c4077b
commit d036ad6d83
No known key found for this signature in database
GPG Key ID: 8A7AD507B1EEF020

View File

@ -89,7 +89,7 @@ popd > /dev/null
openh264_rpms=$(rpmdistro-repoquery fedora "$release" gstreamer1-plugin-openh264 mozilla-openh264 openh264 --location)
if [ -e "${openh264_rpms}"]; then
if [ -e "${openh264_rpms}" ]; then
extras="{}"
else
extras="$(printf '%s\n' "${openh264_rpms}" | newlineToJson)"