diff options
| author | Brandon Keiji <[email protected]> | 2025-04-20 13:07:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-20 13:07:54 -0700 |
| commit | d6556c5246adeb73b8de97c6761194d787f35372 (patch) | |
| tree | 909fe2248acf543483267aa16d425f3c3c57ed83 /scripts/start_container.sh | |
| parent | a76d9b4dcfa291c182c4fb1320992db448f0285c (diff) | |
fix: remove 'dist' suffix from start_container.sh command (#67)
Diffstat (limited to 'scripts/start_container.sh')
| -rwxr-xr-x | scripts/start_container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start_container.sh b/scripts/start_container.sh index d3f4234f..b6416e28 100755 --- a/scripts/start_container.sh +++ b/scripts/start_container.sh @@ -1,7 +1,7 @@ #!/bin/bash IMAGE=gemini-code-sandbox -CLI_DIST=/usr/local/share/npm-global/lib/node_modules/\@gemini-code/cli/dist +CLI_DIST=/usr/local/share/npm-global/lib/node_modules/\@gemini-code/cli # use docker if installed, otherwise try to use podman instead if command -v docker &> /dev/null; then |
