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
Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
  • Loading branch information
OGKevin committed Oct 31, 2020
1 parent 9318d90 commit c18d069
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 c18d069

Please sign in to comment.