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

View File

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