Skip to content

Commit

Permalink
Missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis committed Mar 14, 2024
1 parent ce47cf5 commit fb18813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Commands/SettingsCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace AppInstaller::CLI

Utility::LocIndString validOptions = Join(", "_liv, adminSettingList);

if (StringAdminSetting::Unknown == StringToStringAdminSetting(execArgs.GetArg(Execution::Args::Type::SettingName))
if (StringAdminSetting::Unknown == StringToStringAdminSetting(execArgs.GetArg(Execution::Args::Type::SettingName)))
{
throw CommandException(Resource::String::InvalidArgumentValueError(ArgumentCommon::ForType(Execution::Args::Type::SettingName).Name, validOptions));
}
Expand Down

0 comments on commit fb18813

Please sign in to comment.