Skip to content

Commit

Permalink
Update terminal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanaculic committed Jun 27, 2014
1 parent c6bb1f2 commit 14ccfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function start_terminal(id, projectId, command, args, width, height, requestid,
rows: termHeight,
cwd: env,
env:_.extend(process.env,{HOME:home,wyliodrin_project:projectId, wyliodrin_port:port,
wyliodrin_session:requestid, wyliodrin_userid:userid})
wyliodrin_session:requestid, wyliodrin_userid:userid, wyliodrin_board:config.board})
});

t.terminal = term;
Expand Down

0 comments on commit 14ccfd7

Please sign in to comment.