Skip to content

Commit

Permalink
Fix order of arguments for max and min time.
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Oct 31, 2020
1 parent f6ff29b commit 2d98401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/replicate/replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func RunReplicate(
fromObjStoreConfig *extflag.PathOrContent,
toObjStoreConfig *extflag.PathOrContent,
singleRun bool,
maxTime, minTime *thanosmodel.TimeOrDurationValue,
minTime, maxTime *thanosmodel.TimeOrDurationValue,
deleteOldBlocks bool,
) error {
logger = log.With(logger, "component", "replicate")
Expand Down

0 comments on commit 2d98401

Please sign in to comment.