summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Lafoucrière <plafoucriere@gitlab.com>2020-05-07 14:17:31 +0000
committerPhilippe Lafoucrière <plafoucriere@gitlab.com>2020-05-07 14:17:31 +0000
commitc7b7e2435956273c717d80caa595bffd7b4fdedf (patch)
tree07aa1e235bbef5e76b20dc3c6ae519cc7bf2fcf8
parent6b40d051f8325ea957e60fc37abe26e97c5de2b6 (diff)
Output `asdf install`
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 9fd7746..776ae98 100755
--- a/run.sh
+++ b/run.sh
@@ -64,7 +64,7 @@ function prepare_dotnet() {
function prepare_tools() {
if ! asdf current 2> >(grep -q 'is not installed'); then
echo "Installing missing tools…"
- asdf install > /dev/null 2>&1
+ asdf install
fi
}