summaryrefslogtreecommitdiffstats
path: root/modules/download.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/download.inc')
-rw-r--r--modules/download.inc2
1 files changed, 1 insertions, 1 deletions
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 "$@"
}