mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: Do not use pwd
This commit is contained in:
parent
f522ab9879
commit
dd37b6f0c0
@ -25,7 +25,7 @@ asdf_dir() {
|
||||
export ASDF_DIR
|
||||
ASDF_DIR=$(
|
||||
cd "$(dirname "$(dirname "$current_script_path")")" || exit
|
||||
pwd
|
||||
printf '%s\n' "$PWD"
|
||||
)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user