fix: Typo in bazzite-flatpak-manager

This commit is contained in:
zelikos 2023-09-21 19:05:54 -04:00
parent 443fc8df91
commit c1b6ce4515
No known key found for this signature in database
GPG Key ID: AA0CB476ECFA09E7

View File

@ -20,7 +20,7 @@ if grep -qz 'fedora' <<< $(flatpak remotes); then
fi
# Lists of flatpaks
FLATPAK_LIST=$(flatpak list --column=application)
FLATPAK_LIST=$(flatpak list --columns=application)
INSTALL_LIST=$(cat /usr/etc/flatpak/install)
REMOVE_LIST=$(cat /usr/etc/flatpak/remove)