Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 6, 2024
1 parent 6568812 commit 92609ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ooniprobe/internal/nettests/nettests.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (c *Controller) Run(builder model.ExperimentBuilder, inputs []string) error
return errors.Wrap(err, "failed to mark measurement as done")
}

// Since 2024-02-06, the experiment GetSummaryKeys function returns a default
// Since ~2024-02-06, the experiment GetSummaryKeys function returns a default
// implementation in case the experiment does not provide one.
sk := exp.GetSummaryKeys(measurement)
log.Debugf("Fetching: %d %v", idx, c.msmts[idx64])
Expand Down

0 comments on commit 92609ce

Please sign in to comment.