Skip to content

Commit

Permalink
revert useragent addition
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 12, 2023
1 parent a04dfd1 commit 25254fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func main() {
portClient, err := cli.New(portBaseURL,
cli.WithClientID(portClientId), cli.WithClientSecret(portClientSecret),
cli.WithDeleteDependents(deleteDependents), cli.WithCreateMissingRelatedEntities(createMissingRelatedEntities),
cli.WithHeader("User-Agent", fmt.Sprintf("port-k8s-exporter/0.1 (statekey/%s)", stateKey)),
)

if err != nil {
Expand Down

0 comments on commit 25254fb

Please sign in to comment.