fleet/pkg/download
Michal Nicpon d8d582760d
fix rename tmp file (#4862)
Renaming a temporary file to the final destination does not always work.
Specifically, if the source and destination paths are on different file
systems, you will get the following error

 invalid cross-device link

Instead, create temporary file in the destination directory.
2022-04-01 09:03:11 -06:00
..
download.go fix rename tmp file (#4862) 2022-04-01 09:03:11 -06:00