mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 04:26:16 +00:00
fix(crabbox): sync full sparse lease runs
This commit is contained in:
@@ -679,7 +679,7 @@ function shouldUseFullCheckoutForCleanSparseRemoteSync(commandArgs, providerName
|
||||
if (commandArgs[0] !== "run" || isLocalContainerProvider(providerName)) {
|
||||
return false;
|
||||
}
|
||||
if (hasOption(commandArgs, "--no-sync") || hasOption(commandArgs, "--id")) {
|
||||
if (hasOption(commandArgs, "--no-sync")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user