Fixed more typos ...\o/
This commit is contained in:
parent
59f81d7270
commit
b4006e545e
|
@ -96,11 +96,11 @@ in
|
|||
WorkingDirectory = cfg.cache-dir;
|
||||
};
|
||||
script = ''
|
||||
${cfg.package}/bin/mena-tts
|
||||
${cfg.package}/bin/mensa_to_speech
|
||||
${cfg.package}/bin/fm_feed_wav --local-addr ${cfg.local-address} \
|
||||
--local-port ${cfg.local-port} \
|
||||
--local-addr ${cfg.local-address} \
|
||||
--local-port ${cfg.local-port} \
|
||||
--remote-addr ${cfg.remote-address} \
|
||||
--remote-port ${cfg.remote-port} \
|
||||
--wav mensa.wav
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue