Skip to content

Commit

Permalink
Correct error in command
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Apr 25, 2024
1 parent e05b38e commit 76639d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/macos.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ async function enableExtension() {
*/
async function setSystemVoice(voice) {
await exec(
`defaults write com.apple.Accessibility SpeechVoiceIdentifierForLanguage '{2 = {en = "${voice}";};}`,
`defaults write com.apple.Accessibility SpeechVoiceIdentifierForLanguage '{2 = {en = "${voice}";};}'`,
);
}

0 comments on commit 76639d7

Please sign in to comment.