Skip to content
Snippets Groups Projects
Commit 04779e94 authored by Ashwin Ganesh's avatar Ashwin Ganesh
Browse files

Update common.coffee

parent f35aa7c6
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ common.regexEscape = (string) ->
string.replace /[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&"
common.getConfigFilePath = () ->
return process.env.HUBOT_CORPUS || 'training_data/corpus.yml'
return process.env.HUBOT_CORPUS || 'training_data/test-corpus.yml'
common.loadConfigfile = (filepath) ->
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment