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: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell #1154

Commits on Jan 7, 2022

  1. fix: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell

    asdf_data_dir function inits ASDF_DATA_DIR with HOME when value is empty.
    HOME may replace to empty string when asdf shims called by non-shell program.
    this makes invalid value of ASDF_DATA_DIR.
    knokmki612 committed Jan 7, 2022
    Copy the full SHA
    4c55657 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. fix: test failure

    In most cases, `$ASDF_DATA_DIR` should be include `$HOME` and
    `setup_asdf_dir()` expects mock home directory
    knokmki612 committed Jan 30, 2022
    Copy the full SHA
    45f74ad View commit details
    Browse the repository at this point in the history