diff options
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" \ |