From a444a626f361d6bc03d41a0fa07bbc53bcbdb0dc Mon Sep 17 00:00:00 2001 From: Adeel Mujahid Date: Thu, 6 Feb 2020 20:23:55 +0200 Subject: [PATCH] Revert "fix casing of curl ssl option (#16576)" This reverts commit 732e3675d6c2287d865d20bfef0c4dfedcf32a9e. --- docs/core/tools/dotnet-install-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index a7a650de31cb2..e6b3777e9e588 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -207,7 +207,7 @@ You can install a specific version using the `-Version|--version` argument. The macOS/Linux: ```bash - curl -ssl https://dot.net/v1/dotnet-install.sh | bash /dev/stdin + curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin ``` ## See also