s/unwrap_err_msg/unwrap_msg/

This commit is contained in:
swrup 2026-03-03 10:48:14 +01:00
parent 21e6a47007
commit b7529e072f
10 changed files with 68 additions and 74 deletions

View file

@ -129,7 +129,7 @@ let keys_cmd =
@@
let+ input = input in
let* content =
Result.bind (Fpath.of_string input) Bos.OS.File.read |> unwrap_err_msg
Result.bind (Fpath.of_string input) Bos.OS.File.read |> unwrap_msg
in
keys content