Switch say/speak-to helper script names
The new mycroft-say-to and mycroft-speak scripts were swapped. Whoops!pull/1788/head
parent
5e6c1773e4
commit
3c616307c2
|
@ -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\"}")
|
||||
|
|
|
@ -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\": \"$@\"}")
|
Loading…
Reference in New Issue