From ab802885688efb5dd5410421ea2c3d1151d24e8c Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 07:57:41 +0000 Subject: Add runtime test --- src/dotnet/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" \ -- cgit v1.2.3