summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/input_foreman.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml
index 4873e80..696427b 100644
--- a/lib/input_foreman.ml
+++ b/lib/input_foreman.ml
@@ -30,7 +30,7 @@ let pp fmt inputs' =
in
Fmt.pf fmt "%a" (NameMap.pp Input.pp) name_map
-(* Ugly, but *shrug* *)
+(* Ugly code, but *shrug* *)
let pp_for_earthlings pff =
let hp_k_v ppf' (k, v) =
let open Fmt in
@@ -116,7 +116,7 @@ let pp_for_earthlings pff =
let cmds' =
List.map cmd_str_filled (cmd :: cmds)
and formatter =
- Fmt.list ~sep: (Fmt.any " ") (Fmt.list ~sep: (Fmt.any " ") Fmt.string)
+ Fmt.list ~sep: (Fmt.any " | ") (Fmt.list ~sep: (Fmt.any " ") Fmt.string)
in
[("latest-cmd", Fmt.str "$ %a" formatter cmds')]
);