Fix release script · prettier/prettier@b2034e8

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit b2034e8

committed

Fix release script

1 parent 5824b15 commit b2034e8

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

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)