summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 7d0321c..b061f92 100755
--- a/run.sh
+++ b/run.sh
@@ -70,7 +70,7 @@ function prepare_dotnet() {
function prepare_tools() {
if ! asdf current 2> >(grep -q 'is not installed'); then
echo "Installing missing tools…"
- asdf install 2>&1
+ asdf install > /dev/null 2>&1
fi
}