From a6d846d3c40911a2e421a123427d31f71c0d9e19 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Apr 2020 22:36:12 -0700 Subject: Fix function name --- ellipsis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellipsis.sh b/ellipsis.sh index 00d1584..6b4d9dc 100644 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -3,7 +3,7 @@ stump_modules="${HOME}/.stumpwm.d/modules" ensure_used_programs() { - if ! util.cmd_exists "i3lock"; then + if ! utils.cmd_exists "i3lock"; then echo "Can't find i3lock, screenlocking won't work." >&2 fi } -- cgit v1.2.3-54-g00ecf