Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cloudinit/distros/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def package_command(self, command, args=None, pkgs=None):
elif args and isinstance(args, list):
cmd.extend(args)

if command == "upgrade":
command = "-u"
if command:
cmd.append(command)

Expand Down
1 change: 1 addition & 0 deletions tools/.github-cla-signers
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nishigori
olivierlemasle
omBratteng
onitake
qubidt
riedel
slyon
smoser
Expand Down