DataDog / chef-datadog

Chef cookbook for Datadog Agent & Integrations
https://www.datadoghq.com
Apache License 2.0
97 stars 262 forks source link

[Bug] File.exists return true when agent.exe doesn't exist but agent folder exist. #904

Closed Pythyu closed 1 year ago

Pythyu commented 1 year ago

What does this PR do?

Fix a bug where File.exists return true when agent.exe doesn't exist but agent folder exist. Instead we're using File.file that checks if it's a file and if it exist.

Motivation

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Reviewer's Checklist