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.
This commit is contained in:
parent
574a3c858e
commit
1e9d529bc5
1 changed files with 1 additions and 1 deletions
2
scripts/obtain/dotnet-install.sh
vendored
2
scripts/obtain/dotnet-install.sh
vendored
|
@ -668,4 +668,4 @@ else
|
||||||
say "Binaries of dotnet can be found in $bin_path"
|
say "Binaries of dotnet can be found in $bin_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
say "Installation finished successfuly."
|
say "Installation finished successfully."
|
||||||
|
|
Loading…
Add table
Reference in a new issue