Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid duplicate files in remote files list cache (#439)
Files on the "always_update" list would show more than once if duplicate entries aren't removed. After the first upload, files that are in the `always_upload` list would start showing up more than once on the list of files. This doesn't cause a real problem but the list of files is not really accurate. Adding this `uniq` solves the problem.
- Loading branch information