diff --git a/update-flatpaks.yml b/update-flatpaks.yml index 8a66cb1..7827d5a 100644 --- a/update-flatpaks.yml +++ b/update-flatpaks.yml @@ -1,4 +1,5 @@ +--- - name: update flatpaks shell: - cmd: flatpak update -y + cmd: "flatpak update -y" become: false