We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2026d2 commit 3f39af7Copy full SHA for 3f39af7
cli/network_cli.ml
@@ -350,6 +350,6 @@ let cmds = [
350
config_cmd]
351
352
let _ =
353
- Coverage.init "network_cli";
+ Coverage.init "network_cli";
354
match Term.eval_choice default_cmd cmds with
355
| `Error _ -> exit 1 | _ -> exit 0
networkd_db/networkd_db.ml
@@ -38,7 +38,7 @@ let _ =
38
(Printf.sprintf "Usage: %s [-bridge <bridge> | -iface <interface>]" name);
39
40
try
41
- Coverage.init "network_db";
+ Coverage.init "network_db";
42
let config = Network_config.read_config () in
43
if !bridge <> "" then
44
if List.mem_assoc !bridge config.bridge_config then begin
0 commit comments