Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b296270

Browse files
committed
Fix list init in macos code
1 parent 012cf9d commit b296270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/cli/commands/cortex_upd_cmd.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ bool CortexUpdCmd::GetNightly(const std::string& v) {
465465
};
466466
std::vector<std::string> path_list(paths, std::end(paths));
467467
auto url_obj = url_parser::Url{
468-
./* protocol = */ "https",
468+
/* .protocol = */ "https",
469469
/* .host = */ kNightlyHost,
470470
/* .pathParams = */ path_list,
471471
/* .queries = */ {},

0 commit comments

Comments
 (0)