Commit cfb8ac72 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm full-upgrade: fix --assumeyes option for flatpak

parent 2c5ee3aa
......@@ -78,7 +78,7 @@ epm_full_upgrade()
if [ -z "$full_upgrade_no_flatpack" ] ; then
if is_command flatpak ; then
[ -n "$quiet" ] || echo
docmd flatpak update $(subst_option non_interactive --assume-yes) $(subst_option dryrun --no-deploy)
docmd flatpak update $(subst_option non_interactive --assumeyes) $(subst_option dryrun --no-deploy)
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment