diff --git a/ghcup b/ghcup index 650c3fa..6962c82 100755 --- a/ghcup +++ b/ghcup @@ -557,16 +557,16 @@ install_ghc() { # shellcheck disable=SC2046 edo ln $(optionv "-v") -sf ../ghc/"${myghcver}"/bin/runhaskell "${BIN_LOCATION}/runhaskell-${myghcver}" - status_message "Done installing, run \"ghci-${myghcver}\" or set up your current GHC via: ${SCRIPT} set-ghc ${myghcver}" + status_message "Done installing, run \"ghci-${myghcver}\" or set up your current GHC via: ${SCRIPT} set ${myghcver}" unset myghcver inst_location f download_url download_tarball_name } - ############################ - #--[ Subcommand set-ghc ]--# - ############################ + ######################## + #--[ Subcommand set ]--# + ######################## # @FUNCTION: set_ghc