Skip to content

Commit 36e1625

Browse files
author
Serhii Zakharov
committed
fixed the endpoint
1 parent 8a188f9 commit 36e1625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gatherers/conditional/conditional_gatherer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (g *Gatherer) getGatheringRulesJSON(ctx context.Context) (string, error) {
181181
conditionalGathererEndpoint = g.config.ConditionalGathererEndpoint
182182
}
183183

184-
req, err := http.NewRequestWithContext(ctx, http.MethodGet, conditionalGathererEndpoint+"/rules.json", http.NoBody)
184+
req, err := http.NewRequestWithContext(ctx, http.MethodGet, conditionalGathererEndpoint+"/gathering_rules", http.NoBody)
185185
if err != nil {
186186
return "", err
187187
}

0 commit comments

Comments
 (0)