docs: less ambig wording [ci skip]

This commit is contained in:
2022-02-14 17:35:04 +01:00
parent 82d560a946
commit 46fca7cfa7

View File

@ -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
}