Fixed evil typo that sneaked its way into to the sam voice.

This commit is contained in:
Storm Dragon 2018-07-01 21:09:42 -04:00
parent 1e96a6fbb8
commit 627cf7eb8d
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ if [ "$speakTime" == "true" ] ; then
flite_time $(date +'%H:%M') &> /dev/null
;;
"sam")
echo "$timeString" | sam
sam "$timeString"
;;
"speech-dispatcher")
spd-say -w -P important "$timeString"