Merge pull request #2875 from jasonwilliams200OK/fix/typo
Fix casing of Sha
This commit is contained in:
commit
9b9ddd2e43
1 changed files with 2 additions and 2 deletions
|
@ -182,8 +182,8 @@ namespace Microsoft.DotNet.Cli
|
|||
var commitSha = GetCommitSha() ?? "N/A";
|
||||
Reporter.Output.WriteLine();
|
||||
Reporter.Output.WriteLine("Product Information:");
|
||||
Reporter.Output.WriteLine($" Version: {Product.Version}");
|
||||
Reporter.Output.WriteLine($" Commit Sha: {commitSha}");
|
||||
Reporter.Output.WriteLine($" Version: {Product.Version}");
|
||||
Reporter.Output.WriteLine($" Commit SHA-1 hash: {commitSha}");
|
||||
Reporter.Output.WriteLine();
|
||||
Reporter.Output.WriteLine("Runtime Environment:");
|
||||
Reporter.Output.WriteLine($" OS Name: {RuntimeEnvironment.OperatingSystem}");
|
||||
|
|
Loading…
Reference in a new issue