mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-19 21:40:57 +00:00
fix: Typo in bazzite-flatpak-manager
This commit is contained in:
parent
443fc8df91
commit
c1b6ce4515
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user