From d6556c5246adeb73b8de97c6761194d787f35372 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Sun, 20 Apr 2025 13:07:54 -0700 Subject: [PATCH] fix: remove 'dist' suffix from start_container.sh command (#67) --- scripts/start_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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