Skip to content

fix: repair asdf install script so it will work

Cameron McFarland requested to merge cmcfarland/fixASDF into master

The check_global_golang_install function only exists in the rtx_setup function and is required for both asdf and rtx paths through the script. This effectively breaks anyone from using asdf. I think this bug was introduced here.

Edited by Cameron McFarland

Merge request reports