From 84905265467c9fdf618c11f69a5ae71408e18bea Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Fri, 27 Aug 2021 17:54:47 -0400 Subject: [PATCH] fix: full_version_name is not available here (#1031) --- lib/commands/command-reshim.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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