chore: update readme

This commit is contained in:
Andrea Lamparelli 2023-06-20 23:24:29 +02:00
parent cfc8e22d48
commit 7f9276f15b
5 changed files with 11 additions and 2 deletions

1
dist/cli/index.js vendored
View file

@ -320,6 +320,7 @@ class GitServiceFactory {
* @param type git management service type
* @param auth authentication, like github token
*/
// TODO rename to getOrCreate
static init(type, auth) {
if (GitServiceFactory.instance) {
GitServiceFactory.logger.warn("Git service already initialized!");