Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jakefhyde committed Sep 20, 2023
1 parent 40663fd commit 4f3029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/localplan/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func parsePositionData(positionData []byte) (NodePlanPosition, error) {
}

// Returns true if the plan needs to be applied, false if not
// needsApplication, probeStatus, error.
// needsApplication, probeStatus.
func (w *watcher) needsApplication(planPosition NodePlanPosition, cp applyinator.CalculatedPlan) (bool, map[string]prober.ProbeStatus) {
computedChecksum := cp.Checksum
if planPosition.AppliedChecksum == computedChecksum {
Expand Down

0 comments on commit 4f3029b

Please sign in to comment.