From a73e655513f687e6f7094c76e54744196eb0d880 Mon Sep 17 00:00:00 2001 From: Renato Caldas Date: Fri, 27 Oct 2023 00:07:04 +0100 Subject: [PATCH] Fix duplicated initialization --- salt/modules/pacmanpkg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/modules/pacmanpkg.py b/salt/modules/pacmanpkg.py index 88336f6957a..21e639fa901 100644 --- a/salt/modules/pacmanpkg.py +++ b/salt/modules/pacmanpkg.py @@ -542,7 +542,6 @@ def install( cmd.extend(["systemd-run", "--scope"]) cmd.append("pacman") - targets = [] errors = [] targets = [] if pkg_type == "file":