Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: full_version_name is not available here (#1031)
  • Loading branch information
jonathanmorley committed Aug 27, 2021
1 parent 95f2cdf commit 8490526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command-reshim.bash
Expand Up @@ -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
Expand Down

0 comments on commit 8490526

Please sign in to comment.