1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

fix: missed quote

This commit is contained in:
Noel Miller 2024-03-06 14:42:45 -06:00
parent fa63151291
commit 310bed9daa

View file

@ -7,5 +7,5 @@ elif [[ -d /var/lib/flatpak/repo ]]
then
echo ${_flatpak_repo_gpg} | base64 -d > /var/lib/flatpak/repo/flathub.trustedkeys.gpg
else
echo "Could not find Flatpaks repo
fi
echo "Could not find Flatpaks repo"
fi