fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-23 22:32:08 +00:00
parent 8a03d9aa94
commit 25709b1f9a

View File

@ -47,8 +47,6 @@ export class NpmciGitManager {
logger.log('info', 'found github token.'); logger.log('info', 'found github token.');
logger.log('info', 'attempting the mirror the repository to GitHub'); logger.log('info', 'attempting the mirror the repository to GitHub');
// plugins.smartgit.GitRepo;
// remove old mirrors // remove old mirrors
await bashNoError('git remote rm mirror'); await bashNoError('git remote rm mirror');