summaryrefslogtreecommitdiff
path: root/prom-exporter-mikrotik/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'prom-exporter-mikrotik/Makefile')
-rw-r--r--prom-exporter-mikrotik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prom-exporter-mikrotik/Makefile b/prom-exporter-mikrotik/Makefile
index 8a70254..cbbe1ea 100644
--- a/prom-exporter-mikrotik/Makefile
+++ b/prom-exporter-mikrotik/Makefile
@@ -11,7 +11,7 @@ all: i386/mikrotik_exporter amd64/mikrotik_exporter
cp $< $@
mikrotik-exporter_linux_%_$(VERSION):
- wget -nc "$(GITHUB_BASEURL)/$(VERSION)/$(shell echo $@ | sed s/i386/386/ | sed 's/_$(VERSION)//')" -O "$@"
+ wget -nc --progress=dot:mega "$(GITHUB_BASEURL)/$(VERSION)/$(shell echo $@ | sed s/i386/386/ | sed 's/_$(VERSION)//')" -O "$@"
sha256sum -c --ignore-missing sha256sums.txt
clean: