Skip to content

Commit fbb019c

Browse files
committed
more
1 parent 968576d commit fbb019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import text, { commitStartPrepareRelease } from './text.js';
88

99
async function isUpToDate(baseBranch: string): Promise<boolean> {
1010
await run('git fetch origin');
11-
return (await run(`git pull origin ${baseBranch}`)).includes('Already up to date.');
11+
return (await run(`git pull origin "${baseBranch}"`)).includes('Already up to date.');
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)