Skip to content

Commit 166b3c7

Browse files
authored
Revert "fix casing of curl ssl option" (#17001)
This reverts commit 732e367.
1 parent 7106ea4 commit 166b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-install-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ You can install a specific version using the `-Version|--version` argument. The
207207
macOS/Linux:
208208

209209
```bash
210-
curl -ssl https://dot.net/v1/dotnet-install.sh | bash /dev/stdin <additional install-script args>
210+
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin <additional install-script args>
211211
```
212212

213213
## See also

0 commit comments

Comments
 (0)