Fix line 48 typo, retab.

This commit is contained in:
nicholas 2018-09-04 14:20:01 -04:00
parent fcbb45905d
commit 1bed95ddd1

View File

@ -45,7 +45,7 @@ while [[ $# > 0 ]]; do # iterate through arguments, one or two steps at a time
done
if [ "$COUNT" -lt 1 ] || [ "$WORDS" -t 1 ] ; then
if [ "$COUNT" -lt 1 ] || [ "$WORDS" -lt 1 ]; then
echo -e "Don't be cheeky.\n"