diff options
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
