mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
fix: full_version_name is not available here (#1031)
This commit is contained in:
parent
95f2cdf72c
commit
8490526546
@ -25,7 +25,7 @@ reshim_command() {
|
|||||||
|
|
||||||
if [ "$full_version" != "" ]; then
|
if [ "$full_version" != "" ]; then
|
||||||
# generate for the whole package version
|
# 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"
|
generate_shims_for_version "$plugin_name" "$full_version"
|
||||||
asdf_run_hook "post_asdf_reshim_$plugin_name" "$full_version"
|
asdf_run_hook "post_asdf_reshim_$plugin_name" "$full_version"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user