origin/master because ref is fetched not pulled

This commit is contained in:
Wesley Wigham
2019-05-31 14:45:06 -07:00
parent 619648e8c2
commit 2cd3500197

View File

@@ -38,7 +38,7 @@ ${logText.trim()}`
const logpath = path.join(__dirname, "../", "logmessage.txt");
runSequence([
["git", ["checkout", "-b", "temp-branch"]],
["git", ["reset", "master", "--soft"]]
["git", ["reset", "origin/master", "--soft"]]
]);
fs.writeFileSync(logpath, logText);
runSequence([