From 1e9d529bc54ed49f33102199e109526ea9c6b3c4 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 21 Jun 2016 22:05:34 -0500 Subject: [PATCH] fix typo in dotnet-install file This was needed to rebuild the CLI with the updated Roslyn NuGet packages. Thanks goes to @akoken for the fix. --- scripts/obtain/dotnet-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index a6f721fdb..9e53e7303 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -668,4 +668,4 @@ else say "Binaries of dotnet can be found in $bin_path" fi -say "Installation finished successfuly." +say "Installation finished successfully."