Skip to content

Commit

Permalink
fixup! fix ocaml < 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Oct 29, 2024
1 parent 045c7cf commit 9201ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamPinCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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)" ]
Expand Down

0 comments on commit 9201ea2

Please sign in to comment.