summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Meire <[email protected]>2025-06-13 00:38:59 +0200
committerGitHub <[email protected]>2025-06-12 18:38:59 -0400
commite8c3abc3697f1b0eda394e3ed44a2fa9df48c5d2 (patch)
tree864c5687b08aca0d707a9c7ed30a3d217510f5ae
parentc8648baba29bc591da16fa640998914a8c03a136 (diff)
downloadopencode-e8c3abc3697f1b0eda394e3ed44a2fa9df48c5d2.tar.gz
opencode-e8c3abc3697f1b0eda394e3ed44a2fa9df48c5d2.zip
Update error message to say opencode instead of sst (#81)
-rwxr-xr-xpackages/opencode/bin/opencode2
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