Skip to content

Commit

Permalink
Update Labels (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Aug 12, 2022
1 parent d9f2688 commit 75d47fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Commands/HashCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace AppInstaller::CLI
auto inputFile = context.Args.GetArg(Execution::Args::Type::HashFile);
std::ifstream inStream{ Utility::ConvertToUTF16(inputFile), std::ifstream::binary };

context.Reporter.Info() << "Sha256: "_liv << Utility::LocIndString{ Utility::SHA256::ConvertToString(Utility::SHA256::ComputeHash(inStream)) } << std::endl;
context.Reporter.Info() << "InstallerSha256: "_liv << Utility::LocIndString{ Utility::SHA256::ConvertToString(Utility::SHA256::ComputeHash(inStream)) } << std::endl;

if (context.Args.Contains(Execution::Args::Type::Msix))
{
Expand Down

0 comments on commit 75d47fc

Please sign in to comment.