diff --git a/lib/commands/command-reshim.bash b/lib/commands/command-reshim.bash index 395d073a4..9461f7cc4 100644 --- a/lib/commands/command-reshim.bash +++ b/lib/commands/command-reshim.bash @@ -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