From ec201623fb1fcbcc709d095a7bbaeb84267ee625 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Sat, 25 Apr 2026 00:34:02 +0000 Subject: [PATCH] chore: generate --- script/beta.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/beta.ts b/script/beta.ts index bed777e841..1f6b6ba52f 100755 --- a/script/beta.ts +++ b/script/beta.ts @@ -326,7 +326,9 @@ async function main() { const matchIdxAfterSmoke = remoteTreesAfterSmoke.indexOf(validatedTree) if (matchIdxAfterSmoke !== -1) { if (matchIdxAfterSmoke !== 0) { - console.log(`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`) + console.log( + `Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`, + ) } else { console.log("Validated beta branch now matches remote contents, no push needed") }