diff --git a/commands/record.js b/commands/record.js index d455cbd..80fc48a 100644 --- a/commands/record.js +++ b/commands/record.js @@ -193,7 +193,7 @@ function command(argv) { var ptyProcess = di.pty.spawn(command, commandArguments, { cols: config.json.cols, rows: config.json.rows, - cwd: config.json.pwd, + cwd: config.json.cwd, env: di.deepmerge(process.env, config.json.env) });