fix: explain for single repo case too

This commit is contained in:
2021-12-28 03:42:44 +01:00
parent 047d0e6fbc
commit 7460668ef4

View File

@ -108,7 +108,7 @@ keys configured on your account.
var logMsg string
if recipeName != "" {
barLength = 1
logMsg = fmt.Sprintf("ensuring %v recipe is up-to-date", barLength)
logMsg = fmt.Sprintf("ensuring %v recipe is cloned & up-to-date", barLength)
} else {
barLength = len(repos)
logMsg = fmt.Sprintf("ensuring %v recipes are cloned & up-to-date, this could take some time...", barLength)