Compare commits

...

1 Commits

Author SHA1 Message Date
pinpox
5f05e36c9d Remove outdated facts message
One every executino of `clan machines update` a message referring to
facts is still being printed. While there is more code to be cleaned up
around facts, this simple change removes the prominent message out of
user's attention.
2025-10-28 15:32:14 +01:00

View File

@@ -225,7 +225,9 @@ def generate_facts(
raise ClanError(msg)
if not was_regenerated and len(machines) > 0:
log.info("All secrets and facts are already up to date")
pass
# Remove message until facts has been propertly deleted
# log.info("All secrets and facts are already up to date")
return was_regenerated