diff --git a/cli/catalogue/catalogue.go b/cli/catalogue/catalogue.go index 3aad6054..c443ee72 100644 --- a/cli/catalogue/catalogue.go +++ b/cli/catalogue/catalogue.go @@ -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)