diff --git a/packages/backend-common/src/scm/git.ts b/packages/backend-common/src/scm/git.ts index 814f5ff422..c8e26420ec 100644 --- a/packages/backend-common/src/scm/git.ts +++ b/packages/backend-common/src/scm/git.ts @@ -225,8 +225,7 @@ export class Git { headers: { 'user-agent': 'git/@isomorphic-git', }, - remote: remote, - remoteRef: remoteRef, + remote, onAuth: this.onAuth, }); } catch (ex) {