Update 'functions.go'
This commit is contained in:
parent
e67b1b29f2
commit
daf690c121
@ -43,7 +43,7 @@ func GetReposFromGitHub(config *Config) ([]GitHubRepo, error) {
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println(fmt.Sprintf("%d repositories from Github fetched", len(repofulllist)))
|
||||
fmt.Println(fmt.Sprintf("%d repositories fetched from Github", len(repofulllist)))
|
||||
return repofulllist, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user