Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Path to agentinfo.json was built incorrectly, leading to file not found errors when running on Linux. (#2156) #2157

Merged
merged 6 commits into from
Dec 21, 2023

Conversation

tippmar-nr
Copy link
Member

Update the hard-coded pathing in GetAgentInfo() to use Path.Combine() instead for Linux compatibility.

Fixes #2156.

Copy link
Member

@chynesNR chynesNR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Member

@nr-ahemsath nr-ahemsath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

@tippmar-nr tippmar-nr merged commit bd7e0c3 into main Dec 21, 2023
75 of 78 checks passed
@tippmar-nr tippmar-nr deleted the fix/agent-info-linux branch December 21, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent does not report install type correctly when running on Linux
3 participants