This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(git): Fix temp directory permissions for git fetcher (#159)
As reported in #105 `pacote` does not set permissions on temporary directories for git fetcher when opts.uid is used to drop privileges (e.g. when using sudo). This fix passes in the uid and gid to cacache as options. No checking is required as cacache checks these options before using them.
- Loading branch information