summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index 43a21e4..4103f9d 100644
--- a/functions.sh
+++ b/functions.sh
@@ -82,7 +82,7 @@ fetch()
wget -nv -O - --connect-timeout 10 -- "$@"
}
else
- warn "fetch: this function requires that curl or wget to be installed"
+ warn "fetch: this function requires that curl or wget be installed"
return 127
fi