mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Fix
This commit is contained in:
@@ -83,7 +83,7 @@ func (c *Collector) RunCollectorSync() ([]byte, error) {
|
||||
return Logs(c.GetContext(), c.Collect.Logs)
|
||||
}
|
||||
if c.Collect.Run != nil {
|
||||
isExcluded, err := isExcluded(c.Collect.ClusterInfo.Exclude)
|
||||
isExcluded, err := isExcluded(c.Collect.Run.Exclude)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user