Skip to content

Commit 8490526

Browse files
fix: full_version_name is not available here (#1031)
1 parent 95f2cdf commit 8490526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/command-reshim.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ reshim_command() {
2525

2626
if [ "$full_version" != "" ]; then
2727
# generate for the whole package version
28-
asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version_name"
28+
asdf_run_hook "pre_asdf_reshim_$plugin_name" "$full_version"
2929
generate_shims_for_version "$plugin_name" "$full_version"
3030
asdf_run_hook "post_asdf_reshim_$plugin_name" "$full_version"
3131
else

0 commit comments

Comments
 (0)