pacman: fix upgrade: yes (#4275)

* s/sys-upgrade/sysupgrade/

* changelog fragment

* yamllint

* more fragment tweaks
This commit is contained in:
Jean Raby 2022-02-23 11:24:14 -05:00 committed by GitHub
commit b9f62bb4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -410,7 +410,7 @@ class Pacman(object):
cmd = [
self.pacman_path,
"--sync",
"--sys-upgrade",
"--sysupgrade",
"--quiet",
"--noconfirm",
]