Skip to content

Commit 2cd3500

Browse files
committed
origin/master because ref is fetched not pulled
1 parent 619648e commit 2cd3500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/open-cherry-pick-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ${logText.trim()}`
3838
const logpath = path.join(__dirname, "../", "logmessage.txt");
3939
runSequence([
4040
["git", ["checkout", "-b", "temp-branch"]],
41-
["git", ["reset", "master", "--soft"]]
41+
["git", ["reset", "origin/master", "--soft"]]
4242
]);
4343
fs.writeFileSync(logpath, logText);
4444
runSequence([

0 commit comments

Comments
 (0)