args.pkgs -> args.pkg

This commit is contained in:
Rudra Saraswat 2023-05-08 23:00:47 +05:30
parent 3b3f986632
commit b161e5631f

View file

@ -208,7 +208,7 @@ def update_system():
def handle_system_packages(install):
if len(args.pkgs) == 0:
if len(args.pkg) == 0:
error('no packages specified')
exit(1)