mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(workspaces): correct remote path for fleet status
This commit is contained in:
@@ -94,7 +94,7 @@ async function remoteStatus() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
console.log(`📡 Fetching remote status from ${INSTANCE_PREFIX}...`);
|
console.log(`📡 Fetching remote status from ${INSTANCE_PREFIX}...`);
|
||||||
await provider.exec('tsx .workspaces/scripts/status.ts');
|
await provider.exec('tsx /mnt/disks/data/scripts/status.ts');
|
||||||
}
|
}
|
||||||
|
|
||||||
async function rebuildWorker() {
|
async function rebuildWorker() {
|
||||||
|
|||||||
Reference in New Issue
Block a user