mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #27029 from spudfkc/patch-1
Removed check for no package name
This commit is contained in:
commit
2cb1e27505
@ -133,8 +133,6 @@ def install(pkg=None,
|
||||
cmd.append(pkg)
|
||||
elif pkgs:
|
||||
cmd.extend(pkgs)
|
||||
else:
|
||||
return 'No package name specified'
|
||||
|
||||
if env is None:
|
||||
env = {}
|
||||
|
Loading…
Reference in New Issue
Block a user