Skip to content

Commit

Permalink
Redirect installation output to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent befae7a commit aaacc31
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 @@ -15,7 +15,7 @@ check_ghcup() {
BOOTSTRAP_HASKELL_MINIMAL=1 \
BOOTSTRAP_HASKELL_NONINTERACTIVE=1 \
GHCUP_INSTALL_BASE_PREFIX="$(asdf_plugin_path)" \
sh
sh > /dev/null
fi
}

Expand Down

0 comments on commit aaacc31

Please sign in to comment.