Skip to content

Commit 0631b8a

Browse files
committed
Merge branch 'rel_blob_path' into odoc_3_compat_clean
2 parents 451f019 + 184fc92 commit 0631b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ let cmd_jsoo =
6969
in
7070
let emit_js_dep filename =
7171
let close, h = if filename = "" then false, stdout else true, open_out filename in
72-
output_string h [%blob "jsoo/sherlodoc.js"] ;
72+
output_string h [%blob "../jsoo/sherlodoc.js"] ;
7373
if close then close_out h
7474
in
7575
Cmd.v info Term.(const emit_js_dep $ target)

0 commit comments

Comments
 (0)