We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5824b15 commit b2034e8Copy full SHA for b2034e8
1 file changed
scripts/release/steps/merge-blog-post.js
@@ -21,5 +21,5 @@ export default async function mergeBlogPost({
21
);
22
23
await waitForEnter();
24
- await runGit(["pull", repo]);
+ await runGit(["pull", "--repo", repo]);
25
}
0 commit comments