Skip to content

Commit

Permalink
Update cmd/thanos/store.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Povilas Versockas <[email protected]>
  • Loading branch information
FUSAKLA and povilasv authored Sep 22, 2019
1 parent 6d2e5f2 commit 76c0da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thanos/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func runStore(
})

if err := scheduleHTTPServer(g, logger, reg, statusProber, httpBindAddr, nil, component); err != nil {
return errors.Wrap(err, "scheduing HTTP server")
return errors.Wrap(err, "schedule HTTP server")
}

level.Info(logger).Log("msg", "starting store node")
Expand Down

0 comments on commit 76c0da7

Please sign in to comment.