docs: less ambig wording [ci skip]

This commit is contained in:
decentral1se 2022-02-14 17:35:04 +01:00
parent 82d560a946
commit 46fca7cfa7
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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
}