Skip to content

Commit 2212726

Browse files
sjarmakclaude
andcommitted
fix: correct flag to --override-storage-mb for Daytona storage cap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 92b2db8 commit 2212726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/sdlc_suite_2config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ _sdlc_run_single() {
294294
-n $CONCURRENCY \
295295
--timeout-multiplier $TIMEOUT_MULTIPLIER \
296296
${HARBOR_ENV:+--env "$HARBOR_ENV"} \
297-
${DAYTONA_OVERRIDE_STORAGE:+--override-storage "$DAYTONA_OVERRIDE_STORAGE"} \
297+
${DAYTONA_OVERRIDE_STORAGE:+--override-storage-mb "$DAYTONA_OVERRIDE_STORAGE"} \
298298
2>&1 | tee "${jobs_subdir}/${task_id}.log" \
299299
|| {
300300
echo "WARNING: Task $task_id ($config) failed (exit code: $?)"

0 commit comments

Comments
 (0)