args.pkgs -> args.pkg
This commit is contained in:
parent
3b3f986632
commit
b161e5631f
1 changed files with 1 additions and 1 deletions
2
akshara
2
akshara
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue