replace pull with a hard checkout

stable
Marcus 2021-02-14 03:18:15 -05:00
parent b98f3b6a6b
commit 219ec7f88e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ setInterval(function update() {
logp('attempting to fetch new version');
appendLogs('fetch', execSync(`git fetch`));
appendLogs('pull', execSync(`git pull`));
appendLogs('checkout', execSync(`git checkout --force --theirs ${branch}`));
appendLogs('yarn', execSync(`yarn`));
logp('restarting...')