From c8876dac8843ad88a1de3ef840c2e8b25dd9f026 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Sep 2019 13:41:03 +0200 Subject: [PATCH] fix(core): update --- ts/manager.git/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/manager.git/index.ts b/ts/manager.git/index.ts index ac36180..258e516 100644 --- a/ts/manager.git/index.ts +++ b/ts/manager.git/index.ts @@ -50,6 +50,7 @@ export class NpmciGitManager { // plugins.smartgit.GitRepo; // add the mirror + console.log(`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`); await bash( `git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git` );