From 7119a00eff24072b1da30da08d5305cf7fd73cb0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 22 Mar 2020 23:28:27 +0100 Subject: Rename fetch to fetch_http --- lib/util.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.bash') diff --git a/lib/util.bash b/lib/util.bash index 7ab0bc1..681c589 100644 --- a/lib/util.bash +++ b/lib/util.bash @@ -45,7 +45,7 @@ die() { } # Fetch a file from an URL. Using this function introduces a dependency on curl. -fetch() { +fetch_http() { local OPTIND local buffer -- cgit v1.1