mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:11:25 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -303,7 +303,7 @@ export async function fetchNpmTagVersion(params: {
|
||||
const tag = params.tag;
|
||||
try {
|
||||
const res = await fetchWithTimeout(
|
||||
`https://registry.npmjs.org/moltbot/${encodeURIComponent(tag)}`,
|
||||
`https://registry.npmjs.org/openclaw/${encodeURIComponent(tag)}`,
|
||||
timeoutMs,
|
||||
);
|
||||
if (!res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user