Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: chmod 0755 store/PLUGIN/VER dir #841

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. 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`.
    ahmetb committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2ebe63b View commit details
    Browse the repository at this point in the history