Browse Source

The updater uses the correct commands file

Jezra 10 years ago
parent
commit
9a052e1c5c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      language_updater.sh

+ 1
- 1
language_updater.sh View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 blatherdir=~/.config/blather
4 4
 sentences=$blatherdir/sentences.corpus
5
-sourcefile=$blatherdir/commands
5
+sourcefile=$blatherdir/commands.conf
6 6
 langdir=$blatherdir/language
7 7
 tempfile=$blatherdir/url.txt
8 8
 lmtoolurl=http://www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run

Loading…
Cancel
Save