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 }