mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix duplicated initialization
This commit is contained in:
parent
53f54d08d9
commit
a73e655513
1 changed files with 0 additions and 1 deletions
|
@ -542,7 +542,6 @@ def install(
|
|||
cmd.extend(["systemd-run", "--scope"])
|
||||
cmd.append("pacman")
|
||||
|
||||
targets = []
|
||||
errors = []
|
||||
targets = []
|
||||
if pkg_type == "file":
|
||||
|
|
Loading…
Add table
Reference in a new issue