From 9201ea29beae280f3829578886463c44ed51f998 Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 29 Oct 2024 19:47:00 +0000 Subject: [PATCH] fixup! fix ocaml < 5.3 --- src/client/opamPinCommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/opamPinCommand.ml b/src/client/opamPinCommand.ml index de2c6f91d32..4d7b92eb543 100644 --- a/src/client/opamPinCommand.ml +++ b/src/client/opamPinCommand.ml @@ -782,7 +782,7 @@ let list st ~short = state; OpamConsole.colorise `blue kind; String.concat " " (target::extra); - Option.default "" vcs_revision ] + OpamStd.Option.default "" vcs_revision ] with Not_found -> [ OpamPackage.to_string nv; OpamConsole.colorise `red " (no definition found)" ]