Skip to content

Commit 5cec313

Browse files
committed
-
1 parent c8c0cef commit 5cec313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace hcpp
3838
spdlog::error("{} : {}", config_path, j.get_errors());
3939
throw std::runtime_error("解析config出错");
4040
}
41-
// BUG https://github.com/dayu521/lsf/issues/5
41+
// https://github.com/dayu521/lsf/issues/5
4242
lsf::json_to_struct_ignore_absence(*res, cs_);
4343

4444
// 主机映射配置文件

0 commit comments

Comments
 (0)