fix: explain for single repo case too
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-12-28 03:42:44 +01:00
parent 047d0e6fbc
commit 7460668ef4
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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)