You've already forked scripts-random
feat: Update files
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user