From 46fca7cfa7c71b0e2bb11dfabb1b6d1af36942b3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 14 Feb 2022 17:35:04 +0100 Subject: [PATCH] docs: less ambig wording [ci skip] --- pkg/recipe/recipe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/recipe/recipe.go b/pkg/recipe/recipe.go index e404ad92..a5c1e042 100644 --- a/pkg/recipe/recipe.go +++ b/pkg/recipe/recipe.go @@ -689,7 +689,7 @@ func recipeCatalogueFSIsLatest() (bool, error) { return false, nil } - logrus.Debug("file system cached recipe catalogue is now up-to-date") + logrus.Debug("file system cached recipe catalogue is up-to-date") return true, nil }