Skip to content

Commit ec20162

Browse files
chore: generate
1 parent 386091b commit ec20162

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

script/beta.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ async function main() {
326326
const matchIdxAfterSmoke = remoteTreesAfterSmoke.indexOf(validatedTree)
327327
if (matchIdxAfterSmoke !== -1) {
328328
if (matchIdxAfterSmoke !== 0) {
329-
console.log(`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`)
329+
console.log(
330+
`Beta branch contains this validated sync, but additional commits exist after it. Leaving beta branch as is.`,
331+
)
330332
} else {
331333
console.log("Validated beta branch now matches remote contents, no push needed")
332334
}

0 commit comments

Comments
 (0)