aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-01 01:10:22 +0300
committerGitHub <noreply@github.com>2022-11-01 01:10:22 +0300
commit1313517fc4570e32e75b3bc405c7162e7911caff (patch)
treeb580cce65dfb21c5ba5deaa518d9f02e7f51b9a4 /src/dotnet
parent2ce89c4a5743e11c9d1d1a37e25373d2fea5fa8e (diff)
Automated documentation update (#250)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/dotnet')
-rw-r--r--src/dotnet/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet/README.md b/src/dotnet/README.md
index c74e679..d40eb4a 100644
--- a/src/dotnet/README.md
+++ b/src/dotnet/README.md
@@ -18,7 +18,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
-| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
+| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false |
| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |