Fix label for right file
It's not *also* the left file
This commit is contained in:
parent
840132839f
commit
0b26571cfa
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ let detailed_opam_diff pkg l r =
|
||||||
let label_l =
|
let label_l =
|
||||||
Printf.sprintf "left/%s/opam" (OpamPackage.name_to_string pkg)
|
Printf.sprintf "left/%s/opam" (OpamPackage.name_to_string pkg)
|
||||||
and label_r =
|
and label_r =
|
||||||
Printf.sprintf "left/%s/opam" (OpamPackage.name_to_string pkg)
|
Printf.sprintf "right/%s/opam" (OpamPackage.name_to_string pkg)
|
||||||
in
|
in
|
||||||
try
|
try
|
||||||
Bos.OS.File.with_tmp_oc "opaml_%s"
|
Bos.OS.File.with_tmp_oc "opaml_%s"
|
||||||
|
|
Loading…
Reference in a new issue