Skip to content

Commit

Permalink
Update cmd/troubleshoot/cli/run.go
Browse files Browse the repository at this point in the history
Co-authored-by: Salah Aldeen Al Saleh <salahalsaleh1993@gmail.com>
  • Loading branch information
manavellamnimble and sgalsaleh committed Oct 21, 2020
1 parent 2436a0c commit 7f190e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/troubleshoot/cli/run.go
Expand Up @@ -451,7 +451,7 @@ func runCollectors(v *viper.Viper, collectors []*troubleshootv1beta2.Collect, ad
} else if v.GetString("since") != "" {
for _, collectors := range cleanedCollectors {
if collectors.Collect.Logs != nil {
collectors.Collect.Logs.Limits.SinceTime = v.GetString("since-time")
collectors.Collect.Logs.Limits.Since = v.GetString("since")
}
}
}
Expand Down

0 comments on commit 7f190e3

Please sign in to comment.