From daf690c121ada8e770075acf6dcc59e7f7265bad Mon Sep 17 00:00:00 2001 From: paulbsd Date: Fri, 8 Nov 2019 09:34:32 +0100 Subject: [PATCH] Update 'functions.go' --- functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.go b/functions.go index 379d73b..c8c1238 100644 --- a/functions.go +++ b/functions.go @@ -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 }