From 486e817f199e4325e086b779d1137a0f220e22fc Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 May 2019 11:55:45 +0200 Subject: Fix typo --- modules/download.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/download.inc b/modules/download.inc index bbe4aae..5191922 100644 --- a/modules/download.inc +++ b/modules/download.inc @@ -4,7 +4,7 @@ download() { curl --location --max-redirs 5 --max-time 7 --connect-timeout 2 "$@" } -ownload_retry() { +download_retry() { download --retry 3 --retry-max-time 12 "$@" } -- cgit v1.2.3-55-g7522