Fix line 48 typo, retab.
This commit is contained in:
parent
fcbb45905d
commit
1bed95ddd1
@ -45,7 +45,7 @@ while [[ $# > 0 ]]; do # iterate through arguments, one or two steps at a time
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$COUNT" -lt 1 ] || [ "$WORDS" -t 1 ] ; then
|
if [ "$COUNT" -lt 1 ] || [ "$WORDS" -lt 1 ]; then
|
||||||
|
|
||||||
echo -e "Don't be cheeky.\n"
|
echo -e "Don't be cheeky.\n"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user