"whuffie luser" -> ".whuffie luser"

This commit is contained in:
Neale Pickett 2011-01-07 15:55:17 -07:00
parent b9f4accadc
commit e435d07486
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ adj () {
case "$text" in
whuffie\ *)
.whuffie\ *)
who=${text##whuffie }
amt=$(get "$who")
echo "$who has whuffie score of $amt"