Commit 00ad3a79 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm full-upgrade: fix --no-flatpak option (eterbug #17308)

parent 5194b88b
......@@ -48,8 +48,8 @@ epm_full_upgrade()
"--no-epm-play") # HELPCMD: skip epm play during full upgrade
full_upgrade_no_epm_play=1
;;
"--no-flatpack") # HELPCMD: skip flatpack update during full upgrade
full_upgrade_no_flatpack=1
"--no-flatpak") # HELPCMD: skip flatpak update during full upgrade
full_upgrade_no_flatpak=1
;;
"--no-snap") # HELPCMD: skip snap update during full upgrade
full_upgrade_no_snap=1
......
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