diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:57:41 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:57:41 +0300 |
commit | ab802885688efb5dd5410421ea2c3d1151d24e8c (patch) | |
tree | 85d96c9fd4d944f95e0012d6f4cef93354c88d04 /src | |
parent | a4746b2feb341357a30429294881dfc8fd6707d0 (diff) |
Add runtime test
Diffstat (limited to 'src')
-rw-r--r-- | src/dotnet/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet/install.sh b/src/dotnet/install.sh index 4d14a90..455d679 100644 --- a/src/dotnet/install.sh +++ b/src/dotnet/install.sh @@ -55,7 +55,7 @@ install_version() { if [ "$DOTNET_RUNTIME_ONLY" = 'true' ]; then echo "Installing runtime only..." - runtime_arg = '--runtime dotnet' + runtime_arg='--runtime dotnet' fi "$DOTNET_INSTALL_SCRIPT" \ |