Skip to content

Commit

Permalink
engines is suppose to be up a directory and down a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 1, 2011
1 parent 6e56ea8 commit e19d9f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public boolean areEnginesConfigured() {
}

public String getEnginesDir() {
String enginesDir = System.getProperty(Constants.SYS_PROP_ENGINES_DIR, "engines");
String enginesDir = System.getProperty(Constants.SYS_PROP_ENGINES_DIR, "../engines");
new File(enginesDir).mkdirs();
return enginesDir;
}
Expand Down

0 comments on commit e19d9f0

Please sign in to comment.