diff options
Diffstat (limited to 'language_updater.sh')
-rwxr-xr-x | language_updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language_updater.sh b/language_updater.sh index 383e140..ec5c868 100755 --- a/language_updater.sh +++ b/language_updater.sh @@ -2,7 +2,7 @@ blatherdir=~/.config/blather sentences=$blatherdir/sentences.corpus -sourcefile=$blatherdir/commands +sourcefile=$blatherdir/commands.conf langdir=$blatherdir/language tempfile=$blatherdir/url.txt lmtoolurl=http://www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run |