summaryrefslogtreecommitdiff
path: root/lib/input_foreman.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-30 14:58:51 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-30 14:58:51 +0000
commit64faa1f3d260de001bee08a1e95f999f5f4e6166 (patch)
tree169eba579b30eeb642ce78a235e1c0176d691ecd /lib/input_foreman.ml
parent403bebbc8daeec3b04998ccdb5b243255705e445 (diff)
downloadnixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar.gz
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar.bz2
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar.lz
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar.xz
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.tar.zst
nixtaml-64faa1f3d260de001bee08a1e95f999f5f4e6166.zip
errors: fix casing
Diffstat (limited to 'lib/input_foreman.ml')
-rw-r--r--lib/input_foreman.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml
index 9c83684..6845529 100644
--- a/lib/input_foreman.ml
+++ b/lib/input_foreman.ml
@@ -248,7 +248,7 @@ let prefetch ~env ~proc_mgr ~name () : (unit, error) result =
Ok ()
with
| exn ->
- Error (`RunException (method', exn, String.trim (Buffer.contents stdout_buf)))
+ Error (`Run_exception (method', exn, String.trim (Buffer.contents stdout_buf)))
in
Ok (String.trim (Buffer.contents stdout_buf))
in