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

Commit 150dfb2

Browse files
committed
fix list initialization again
1 parent 8a51706 commit 150dfb2

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
@@ -487,7 +487,7 @@ bool CortexUpdCmd::GetNightly(const std::string& v) {
487487
DownloadTask{/* .id = */ "cortex",
488488
/* .status = */ DownloadTask::Status::Pending,
489489
/* .type = */ DownloadType::Cortex,
490-
./* items = */ {DownloadItem{
490+
/* .items = */ {DownloadItem{
491491
/* .id = */ "cortex",
492492
/* .downloadUrl = */ url_parser::FromUrl(url_obj),
493493
/* .localPath = */ localPath,

0 commit comments

Comments
 (0)