diff options
| -rwxr-xr-x | packages/opencode/bin/opencode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/bin/opencode b/packages/opencode/bin/opencode index f1e1e2e30..63c524f60 100755 --- a/packages/opencode/bin/opencode +++ b/packages/opencode/bin/opencode @@ -49,7 +49,7 @@ else done if [ -z "$resolved" ]; then - printf "It seems that your package manager failed to install the right version of the SST CLI for your platform. You can try manually installing the \"%s\" package\n" "$name" >&2 + printf "It seems that your package manager failed to install the right version of the OpenCode CLI for your platform. You can try manually installing the \"%s\" package\n" "$name" >&2 exit 1 fi fi |
