Fix duplicated initialization

This commit is contained in:
Renato Caldas 2023-10-27 00:07:04 +01:00 committed by Pedro Algarvio
parent 53f54d08d9
commit a73e655513

View file

@ -542,7 +542,6 @@ def install(
cmd.extend(["systemd-run", "--scope"])
cmd.append("pacman")
targets = []
errors = []
targets = []
if pkg_type == "file":