Skip to content

Commit

Permalink
Update src/AppInstallerCLICore/Workflows/SettingsFlow.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: yao-msft <[email protected]>
  • Loading branch information
florelis and yao-msft authored Mar 14, 2024
1 parent 48d2ab5 commit 97e9415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AppInstallerCLICore/Workflows/SettingsFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ namespace AppInstaller::CLI::Workflow
{
context.Reporter.Info() << Resource::String::ResetAdminSettingSucceeded(LocIndString{ adminSettingName }) << std::endl;
}
else if (stringAdminSetting != Settings::StringAdminSetting::Unknown)
else

{
context.Reporter.Error() << Resource::String::ResetAdminSettingFailed(LocIndString{ adminSettingName }) << std::endl;
}
Expand Down

0 comments on commit 97e9415

Please sign in to comment.