fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-01 13:41:03 +02:00
parent 9c8a257c2a
commit c8876dac88

View File

@ -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`
);