From 21bd3f18a99c6616141a1499e21d03f6b6f18ad8 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 13 Feb 2014 11:08:40 +0000 Subject: [PATCH] Update a missed setting --- app/coffee/CompileManager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/CompileManager.coffee b/app/coffee/CompileManager.coffee index 9d2bd2a..7871047 100644 --- a/app/coffee/CompileManager.coffee +++ b/app/coffee/CompileManager.coffee @@ -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