diff options
Diffstat (limited to 'scripts/start.sh')
| -rwxr-xr-x | scripts/start.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/start.sh b/scripts/start.sh index b4d24e42..66025b86 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -24,8 +24,8 @@ if scripts/sandbox_command.sh -q; then else echo "WARNING: OUTSIDE SANDBOX. See README.md to enable sandboxing." if [ -n "${DEBUG:-}" ]; then - NODE_ENV='development' node --inspect-brk node_modules/@gemini-code/cli "$@" + CLI_VERSION='development' node --inspect-brk node_modules/@gemini-code/cli "$@" else - NODE_ENV='development' node node_modules/@gemini-code/cli "$@" + CLI_VERSION='development' node node_modules/@gemini-code/cli "$@" fi fi
\ No newline at end of file |
