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

repository_simulator_setup.go: Use filepath.Join() instead of concatenation #624

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

udf2457
Copy link
Contributor

@udf2457 udf2457 commented Mar 8, 2024

Per title.

e.g. tmpDir + metadataPath is just weird and fragile, use filepath.Join(), its what its there for. 😉

Use filepath.Join() instead of concatenation

Signed-off-by: udf2457 <[email protected]>
@trishankatdatadog trishankatdatadog merged commit dfa2ae1 into theupdateframework:master Mar 8, 2024
23 checks passed
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.

2 participants