Fix pre-commit

This commit is contained in:
Daniel A. Wozniak 2024-11-18 12:46:21 -07:00 committed by Daniel Wozniak
parent e504106978
commit bbb3ada781

View file

@ -40,10 +40,10 @@ def _system_up_to_date(
log.error("Salt gpg key is %s", fp.read())
else:
log.error("Salt gpg not present")
#download_file(
# download_file(
# "https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public",
# gpg_dest,
#)
# )
if grains["os_family"] == "Debian":
ret = shell.run("apt", "update")
assert ret.returncode == 0