From 7460668ef4115a33e00405521225161574b8924d Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Tue, 28 Dec 2021 03:42:44 +0100 Subject: [PATCH] fix: explain for single repo case too --- cli/catalogue/catalogue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)