s/unwrap_err_msg/unwrap_msg/

This commit is contained in:
swrup 2026-03-03 10:48:14 +01:00
parent 21e6a47007
commit 355b24ff44
7 changed files with 35 additions and 37 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