Skip to content

Commit

Permalink
GH++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 15, 2024
1 parent 1ecc59d commit 1e407e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_github_terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const args = ARGS;
// Optional extra parameters
export const opts = {
// Environment variables
env: ENV;
env: ENV,
// Current working directory
cwd: CWD;
cwd: CWD,
// User id
uid: 1000,
// Group id
Expand Down

0 comments on commit 1e407e1

Please sign in to comment.