Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Oct 31, 2024
1 parent 4fe77c2 commit 339fe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoupdate/agent/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (u *Updater) update(ctx context.Context, cfg *UpdateConfig, targetVersion s
u.Log.InfoContext(ctx, "Target version successfully validated.", targetVersionKey, targetVersion)
}
if v := cfg.Status.BackupVersion; v != "" {
u.Log.InfoContext(ctx, "Backup version set.", "backupVersion", v)
u.Log.InfoContext(ctx, "Backup version set.", backupVersionKey, v)
}

// Check if manual cleanup might be needed.
Expand Down

0 comments on commit 339fe60

Please sign in to comment.