Fixed evil typo that sneaked its way into to the sam voice.
This commit is contained in:
parent
1e96a6fbb8
commit
627cf7eb8d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user