]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
whitespace followup fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Jan 2020 08:53:33 +0000 (09:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Jan 2020 08:53:33 +0000 (09:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian-10.0-pmg-64/Makefile

index b2ff0b006f83598cbe0380e9c90ab8208996cbfb..0e6efff62e6f170d9c7673af4c5e0ae2b69f2997 100644 (file)
@@ -31,5 +31,5 @@ dist-clean:
 
 .PHONY: ${CVD_FILES}
 ${CVD_FILES}:
-       curl -L --silent --show-error --fail  --time-cond $@ -o $@.tmp http://database.clamav.net/$@
+       curl -L --silent --show-error --fail --time-cond $@ -o $@.tmp http://database.clamav.net/$@
        [ -f $@.tmp ] && mv $@.tmp $@ || true