Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: more
Browse files Browse the repository at this point in the history
vansangpfiev committed Sep 12, 2024
1 parent 7d8956c commit 373d3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/commands/cortex_upd_cmd.h
Original file line number Diff line number Diff line change
@@ -90,7 +90,9 @@ inline void CheckNewUpdate() {
CLI_LOG("\nA new release of cortex is available: "
<< current_version << " -> " << latest_version);
CLI_LOG("To upgrade, run: " << GetCortexBinary() << " update");
// CLI_LOG(json_res["html_url"].get<std::string>());
if (CORTEX_VARIANT == file_manager_utils::kProdVariant) {
CLI_LOG(json_res["html_url"].get<std::string>());
}
}
} catch (const nlohmann::json::parse_error& e) {
CTL_INF("JSON parse error: " << e.what());

0 comments on commit 373d3c5

Please sign in to comment.