feat: Update files

This commit is contained in:
2026-04-15 19:26:13 +02:00
parent 9aa309205e
commit 5147a47307
2 changed files with 9 additions and 48 deletions

View File

@@ -76,7 +76,7 @@ configure_asdf_global() {
local version="$2"
local current_version=$(asdf current "$program" | awk '{print $2}')
if [ "$current_version" != "$version" ]; then
asdf global "$program" "$version"
asdf set "$program" "$version"
echo -e "${COLOR_GREEN}Configuración global exitosa de $program $version${COLOR_RESET}"
fi
}