fix: full_version_name is not available here (#1031)

This commit is contained in:
Jonathan Morley 2021-08-27 17:54:47 -04:00 committed by GitHub
parent 95f2cdf72c
commit 8490526546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ reshim_command() {
if [ "$full_version" != "" ]; then
# generate for the whole package version
asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version_name"
asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version"
generate_shims_for_version "$plugin_name" "$full_version"
asdf_run_hook "post_asdf_reshim_$plugin_name" "$full_version"
else