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 Aug 6, 2020
1 parent 65917d1 commit d57faab
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file added tmp/to-bkt.yaml
Empty file.

0 comments on commit d57faab

Please sign in to comment.