From 204368aedc92b54b15b0ef2790925f9b7755d0e0 Mon Sep 17 00:00:00 2001 From: Florrie Date: Mon, 6 Apr 2020 22:05:00 -0300 Subject: yeah thats embarrassing --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.js b/ui.js index f432ebe..90343e3 100644 --- a/ui.js +++ b/ui.js @@ -521,7 +521,7 @@ class AppElement extends FocusElement { if (await commandExists('espeak')) { await promisifyProcess(spawn('espeak', [message])); } else if (await commandExists('say')) { - await promisifyProcess(spawn('espeak', [message])); + await promisifyProcess(spawn('say', [message])); } queuePlayer.fadeIn(); } -- cgit 1.3.0-6-gf8a5