From 1d2fe96916fb3c557ee094ee45af43aa1d8b67bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Aug 2025 20:41:13 +0200 Subject: [PATCH] Missing ;; --- bin/omarchy-install-dev-env | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index b20383de..25eafe1b 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -60,6 +60,7 @@ java) zig) echo -e "Installing Zig...\n" mise use --global zig@latest + ;; ocaml) echo -e "Installing OCaml...\n" bash -c "$(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"