Update a missed setting

This commit is contained in:
James Allen 2014-02-13 11:08:40 +00:00
parent 5587ac0acb
commit 73c652fb2c

View file

@ -35,5 +35,5 @@ module.exports = CompileManager =
callback null, outputFiles
clearProject: (project_id, callback = (error) ->) ->
compileDir = Path.join(Settings.compileDir, project_id)
compileDir = Path.join(Settings.path.compilesDir, project_id)
rimraf compileDir, callback