vars: update message if vars are up-to-date

This commit is contained in:
Jörg Thalheim
2024-11-08 15:21:04 +01:00
parent d3abedafa9
commit eb1daad08d

View File

@@ -364,7 +364,7 @@ def generate_vars(
raise ClanError(msg) from errors[0]
if not was_regenerated:
print("All secrets and facts are already up to date")
print("All vars are already up to date")
return was_regenerated