Skip to content

Commit 17b20ba

Browse files
panglesdJulow
andauthored
Driver: update to new generating asset CLI
Co-authored-by: Jules Aguillon <[email protected]>
1 parent c581d4e commit 17b20ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/odoc.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ let html_generate_asset ~output_dir ?(ignore_output = false) ~input_file:file
167167
~asset_path () =
168168
let open Cmd in
169169
let cmd =
170-
!odoc % "html-generate-asset" % p file % "-o" % output_dir % "--asset-path"
170+
!odoc % "html-generate-asset" % "-o" % output_dir % "--asset-unit" % p file
171171
% p asset_path
172172
in
173173
let desc = Printf.sprintf "Copying asset %s" (Fpath.to_string file) in

0 commit comments

Comments
 (0)