We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808a8d4 commit 9a3bd01Copy full SHA for 9a3bd01
bin/private/asdf-exec
@@ -34,6 +34,7 @@ for version in "${versions[@]}"; do
34
export ASDF_INSTALL_VERSION=$version
35
export ASDF_INSTALL_PATH=$install_path
36
37
+ # shellcheck source=/dev/null
38
source "${plugin_path}/bin/exec-env"
39
40
# unset everything, we don't want to pollute
0 commit comments