mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 20:40:41 -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}...`);
|
||||
await provider.exec('tsx .workspaces/scripts/status.ts');
|
||||
await provider.exec('tsx /mnt/disks/data/scripts/status.ts');
|
||||
}
|
||||
|
||||
async function rebuildWorker() {
|
||||
|
||||
Reference in New Issue
Block a user