summaryrefslogtreecommitdiff
path: root/internal/runchecks.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/runchecks.go')
-rw-r--r--internal/runchecks.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/runchecks.go b/internal/runchecks.go
index e3e802f..6d88f54 100644
--- a/internal/runchecks.go
+++ b/internal/runchecks.go
@@ -44,10 +44,10 @@ func runChecks(ctx context.Context, state state, conf config) state {
int(age.Seconds()), age, check.RunInterval)
outputCh <- checkResult{
name: check.name,
- output: lastCheckState.output,
+ output: lastCheckState.Output,
epoch: lastCheckState.Epoch,
status: lastCheckState.Status,
- federatedFrom: lastCheckState.federatedFrom,
+ federatedFrom: lastCheckState.FederatedFrom,
}
inputWg.Done()
continue