Update 'functions.go'

This commit is contained in:
Paul 2019-11-08 09:34:32 +01:00
parent e67b1b29f2
commit daf690c121

View File

@ -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 return repofulllist, nil
} }