fix: wording

This commit is contained in:
2021-12-27 18:06:46 +01:00
parent 4c186678b8
commit b98397144a
3 changed files with 8 additions and 7 deletions

View File

@ -114,7 +114,7 @@ If you have a Hub account you can have Abra log you in to avoid this. Pass
logMsg = fmt.Sprintf("ensuring %v recipe is up-to-date", barLength)
} else {
barLength = len(repos)
logMsg = fmt.Sprintf("ensuring %v recipes are up-to-date, this could take some time...", barLength)
logMsg = fmt.Sprintf("ensuring %v recipes are cloned & up-to-date, this could take some time...", barLength)
}
if !internal.SkipUpdates {