Skip to content

Commit 7c83489

Browse files
author
Aaron O'Mullan
committed
Default addons tempPath to '/tmp/codebox-addons', fix #40
1 parent 1aa7738 commit 7c83489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/codebox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var start = function(config) {
3636
// Base path
3737
'path': process.env.WORKSPACE_ADDONS_DIR || path.resolve(__dirname + '/../.addons'),
3838
'defaultsPath': process.env.WORKSPACE_ADDONS_DEFAULTS_DIR || path.resolve(__dirname + '/../addons'),
39-
'tempPath': process.env.WORKSPACE_ADDONS_TEMP_DIR
39+
'tempPath': process.env.WORKSPACE_ADDONS_TEMP_DIR || '/tmp/codebox-addons'
4040
}
4141
});
4242

0 commit comments

Comments
 (0)