From 2edc3822db255681c2b21599bb0fefca2255091e Mon Sep 17 00:00:00 2001 From: Jake Hyde Date: Wed, 20 Sep 2023 11:56:43 -0400 Subject: [PATCH] Address review comments --- pkg/localplan/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/localplan/watcher.go b/pkg/localplan/watcher.go index a3ad7821..9302f483 100644 --- a/pkg/localplan/watcher.go +++ b/pkg/localplan/watcher.go @@ -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 {