Skip to content

Commit

Permalink
fix upgrade command missing argument
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak committed Mar 23, 2021
1 parent 725210d commit f2ee39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonic_package_manager/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ def upgrade(ctx,
from_repository,
from_tarball,
force,
yes):
yes,
skip_cli_plugin_installation):
""" Upgrade package """

manager: PackageManager = ctx.obj
Expand Down

0 comments on commit f2ee39f

Please sign in to comment.