mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
chore: remove unused var in lib/functions/installs.bash
(#1389)
This commit is contained in:
parent
5af7625769
commit
ab9d4b126a
@ -50,7 +50,6 @@ install_one_local_tool() {
|
||||
|
||||
if [ -n "$plugin_version_and_path" ]; then
|
||||
local plugin_version
|
||||
some_tools_installed='yes'
|
||||
plugin_versions=$(cut -d '|' -f 1 <<<"$plugin_version_and_path")
|
||||
for plugin_version in $plugin_versions; do
|
||||
install_tool_version "$plugin_name" "$plugin_version"
|
||||
|
Loading…
Reference in New Issue
Block a user