From 96058ef19d655a8854ccbb676ec43b16b4d1e0af Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 20 Mar 2025 14:27:22 -0500 Subject: T7272: clean up dune file names and dependencies --- src/vycli.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vycli.ml') diff --git a/src/vycli.ml b/src/vycli.ml index f793ae0..bd14713 100644 --- a/src/vycli.ml +++ b/src/vycli.ml @@ -1,4 +1,4 @@ -open Client.Vyconf_client +open Vyconfd_client.Vyconf_client open Vyconf_connect.Vyconf_pbt type op_t = @@ -53,7 +53,7 @@ let output_format_of_string s = | _ -> failwith (Printf.sprintf "Unknown output format %s, should be plain or json" s) let main socket op path out_format config_format = - let%lwt client = Client.Vyconf_client.create ~token:!token socket out_format config_format in + let%lwt client = create ~token:!token socket out_format config_format in let%lwt result = match op with | None -> Error "Operation required" |> Lwt.return | Some o -> -- cgit v1.2.3