We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f2cdf commit 8490526Copy full SHA for 8490526
lib/commands/command-reshim.bash
@@ -25,7 +25,7 @@ reshim_command() {
25
26
if [ "$full_version" != "" ]; then
27
# generate for the whole package version
28
- asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version_name"
+ asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version"
29
generate_shims_for_version "$plugin_name" "$full_version"
30
asdf_run_hook "post_asdf_reshim_$plugin_name" "$full_version"
31
else
0 commit comments