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 79cd06a..6b4c3fa 100644
--- a/functions.sh
+++ b/functions.sh
@@ -200,7 +200,7 @@ eqatag()
if command -v jq >/dev/null; then
genfun_has_jq=1
else
- ewarn "The eqatag() function requires that jq be installed"
+ warn "eqatag: this function requires that jq be installed"
genfun_has_jq=0
return 1
fi