mirror of
https://github.com/Yeachan-Heo/oh-my-claudecode.git
synced 2026-09-03 06:25:33 +08:00
fix(hooks): use correct npm package name in session-start update check (#1556)
This commit is contained in:
@@ -176,7 +176,7 @@ async function checkNpmUpdate(currentVersion) {
|
||||
try {
|
||||
const controller = new AbortController();
|
||||
const timeoutId = setTimeout(() => controller.abort(), 2000);
|
||||
const response = await fetch('https://registry.npmjs.org/oh-my-claudecode/latest', {
|
||||
const response = await fetch('https://registry.npmjs.org/oh-my-claude-sisyphus/latest', {
|
||||
signal: controller.signal
|
||||
});
|
||||
clearTimeout(timeoutId);
|
||||
|
||||
Reference in New Issue
Block a user