theupdateframework / go-tuf

Go implementation of The Update Framework (TUF)
https://theupdateframework.com
Apache License 2.0
625 stars 105 forks source link

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

Closed udf2457 closed 6 months ago

udf2457 commented 6 months ago

Per title.

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