Skip to content

Commit f2ee39f

Browse files
fix upgrade command missing argument
Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 725210d commit f2ee39f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonic_package_manager/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ def upgrade(ctx,
378378
from_repository,
379379
from_tarball,
380380
force,
381-
yes):
381+
yes,
382+
skip_cli_plugin_installation):
382383
""" Upgrade package """
383384

384385
manager: PackageManager = ctx.obj

0 commit comments

Comments
 (0)