Skip to content

Commit e8c3abc

Browse files
authored
Update error message to say opencode instead of sst (anomalyco#81)
1 parent c8648ba commit e8c3abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/bin/opencode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
done
5050

5151
if [ -z "$resolved" ]; then
52-
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
52+
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
5353
exit 1
5454
fi
5555
fi

0 commit comments

Comments
 (0)