Skip to content

Commit

Permalink
nit, from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Jan 23, 2025
1 parent 1d636f6 commit 2c15394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/condition/condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func UpdateDaemonSetStatus(dsName string, ds *appsv1.DaemonSet, dsStatus []*v2al
if updateTime != nil {
newStatus.LastUpdate = updateTime
}
if hash, ok := ds.Annotations[v2alpha1.MD5AgentDeploymentAnnotationKey]; ok {
if hash, ok := ds.Annotations[constants.MD5AgentDeploymentAnnotationKey]; ok {
newStatus.CurrentHash = hash
}

Expand Down

0 comments on commit 2c15394

Please sign in to comment.