Switch say/speak-to helper script names

The new mycroft-say-to and mycroft-speak scripts were swapped.  Whoops!
pull/1788/head
Steve Penrod 2018-09-09 23:50:38 -05:00
parent 5e6c1773e4
commit 3c616307c2
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ DIR="$( pwd )"
source "$DIR/../venv-activate.sh" -q
# Send a message to be spoken
output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$@\"}")
output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$@\"], \"lang\": \"en-us\"}")

View File

@ -22,4 +22,4 @@ DIR="$( pwd )"
source "$DIR/../venv-activate.sh" -q
# Send a message to be spoken
output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$@\"], \"lang\": \"en-us\"}")
output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$@\"}")