Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: chmod 0755 store/PLUGIN/VER dir
Because we're doing `mktemp` (which gives 0700) and then moving it to `$KREW_ROOT/store/PLUGIN/VERSION`, we need to make sure that the directory is 0755 like the other dirs in `store`.
- Loading branch information