refactor: better wording

This commit is contained in:
2021-12-19 23:14:29 +01:00
parent f5caf5587a
commit a750344653
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ func ReadReposMetadata() (RepoCatalogue, error) {
reposMeta := make(RepoCatalogue)
pageIdx := 1
bar := formatter.CreateProgressbar(-1, "querying git.coopcloud.tech recipe list...")
bar := formatter.CreateProgressbar(-1, "retrieving recipe repos list from git.coopcloud.tech...")
for {
var reposList []RepoMeta