Correct Err() instance (wrong directory name)

pull/133/head
terminalforlife 4 years ago
parent fa546de881
commit 9bd8c37f8a

@ -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(){

Loading…
Cancel
Save