From 9bd8c37f8a9762c884cfd3e6ed0e53a5d5d01cce Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Mon, 16 Nov 2020 21:22:49 +0000 Subject: [PATCH] Correct Err() instance (wrong directory name) --- tests/lenchk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lenchk b/tests/lenchk index 1f7c286..8fc4c44 100755 --- a/tests/lenchk +++ b/tests/lenchk @@ -63,7 +63,7 @@ case $PWD in '') Err 1 'Unable to determine the CWD.' ;; *) - Err 1 "Not within the 'cheat.sh/tests' directory." ;; + Err 1 "Not within the 'cheat.sheets/tests' directory." ;; esac Main(){