Skip to content

Commit b2034e8

Browse files
committed
Fix release script
1 parent 5824b15 commit b2034e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/steps/merge-blog-post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export default async function mergeBlogPost({
2121
);
2222

2323
await waitForEnter();
24-
await runGit(["pull", repo]);
24+
await runGit(["pull", "--repo", repo]);
2525
}

0 commit comments

Comments
 (0)