Browse Source

20171025 test/Makefile.in (Upps: fetch ... -> %%FETCH_CMD%%)

Altlast 7 years ago
parent
commit
a7077b92a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile.in

+ 1 - 1
test/Makefile.in

@@ -13,7 +13,7 @@ tmp/nodes.json.pp: ../src/json-pp tmp/nodes.json
 	$> $@
 
 tmp/nodes.json:
-	fetch -q --no-verify-peer -o $@.tmp "%%NODES_URL%%" && \
+	%%FETCH_CMD%% $@.tmp "%%NODES_URL%%" && \
 	mv $@.tmp $@
 
 clean: