Skip to content

Commit

Permalink
fix: Add GHCUP_INSTALL_BASE_PREFIX to list_all_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jul 2, 2024
1 parent 68d00af commit a8f866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ensure_ghcup() {

list_all_versions() {
ensure_ghcup
"$(ghcup_bin_dir)/ghcup" list -t "$1" -r | awk '{printf $2" "}'
GHCUP_INSTALL_BASE_PREFIX="$(asdf_plugin_path)" "$(ghcup_bin_dir)/ghcup" list -t "$1" -r | awk '{printf $2" "}'
}

ver() {
Expand Down

0 comments on commit a8f866b

Please sign in to comment.