forked from toolshed/abra
fix: wording
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user