Skip to content

Commit

Permalink
Fix typo (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
majolo authored and bwplotka committed Jun 6, 2019
1 parent 6820ae0 commit b516793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/kubernetes-demo/blockgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
outputDir := app.Flag("output-dir", "Output directory for generated TSDB data.").Required().String()
scrapeInterval := app.Flag("scrape-interval", "Interval for to generate samples with.").Default("15s").Duration()

retention := app.Flag("retention", "Defines the the max time in relation to current time for generated samples.").Required().Duration()
retention := app.Flag("retention", "Defines the max time in relation to current time for generated samples.").Required().Duration()

logger := log.NewLogfmtLogger(log.NewSyncWriter(os.Stderr))
_, err := app.Parse(os.Args[1:])
Expand Down

0 comments on commit b516793

Please sign in to comment.