From 627cf7eb8de52eaf8e35ca12a9af4c628ba56938 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 1 Jul 2018 21:09:42 -0400 Subject: [PATCH] Fixed evil typo that sneaked its way into to the sam voice. --- src/talking-clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/talking-clock b/src/talking-clock index 8c68998..d49f3c8 100755 --- a/src/talking-clock +++ b/src/talking-clock @@ -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"