fix: 🐛 fixed failed error message on non changes

This commit is contained in:
2026-03-15 21:35:59 +03:00
parent 4092081c7e
commit da318a16bb
2 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ func Reconcile(cfg *Config) {
return
}
if !changed {
slog.Info("reconcile complete — no changes to commit")
slog.Info("reconcile complete — no dynamic DNS changes to commit")
return
}