diff --git a/src/git-remote-pear.js b/src/git-remote-pear.js index 57fc805..f140492 100755 --- a/src/git-remote-pear.js +++ b/src/git-remote-pear.js @@ -96,14 +96,14 @@ async function talkToGit (refs, drive, repoName, rpc) { if (isDelete) { command = 'd-branch' } else if (isForce) { + console.warn('To', url) await git.push(src, isForce) src = src.replace('+', '') command = 'f-push' - console.warn('To', url) } else { + console.warn('To', url) await git.push(src) command = 'push' - console.warn('To', url) } const publicKey = home.readPk()