Skip to content

Commit e3783da

Browse files
committed
Address CI findings
1 parent c90062c commit e3783da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/projmgr/src/ProjMgrRpcServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ RpcArgs::DraftProjectsInfo RpcHandler::GetDraftProjects(const RpcArgs::DraftProj
676676
}
677677

678678
RpcArgs::ConvertSolutionResult RpcHandler::ConvertSolution(const string& solution, const string& activeTarget, const bool& updateRte) {
679-
RpcArgs::ConvertSolutionResult result = { false };
679+
RpcArgs::ConvertSolutionResult result = {{ false }};
680680
const auto csolutionFile = RteFsUtils::MakePathCanonical(solution);
681681
if (!regex_match(csolutionFile, regex(".*\\.csolution\\.(yml|yaml)"))) {
682682
result.message = solution + " is not a *.csolution.yml file";

0 commit comments

Comments
 (0)