aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet/install.sh
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 10:57:41 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 10:57:41 +0300
commitab802885688efb5dd5410421ea2c3d1151d24e8c (patch)
tree85d96c9fd4d944f95e0012d6f4cef93354c88d04 /src/dotnet/install.sh
parenta4746b2feb341357a30429294881dfc8fd6707d0 (diff)
Add runtime test
Diffstat (limited to 'src/dotnet/install.sh')
-rw-r--r--src/dotnet/install.sh2
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" \