From 1472fc1b38fd276b1d4177521bb92d626961d620 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 27 Jul 2026 10:49:01 -0700 Subject: [PATCH] Bail out of the mise stub if the install fails Saves a second, murkier error from the exec that would follow. Co-Authored-By: Claude Opus 5 (1M context) --- bin/omarchy-mise-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-mise-install b/bin/omarchy-mise-install index 2140fc72..a0991be4 100755 --- a/bin/omarchy-mise-install +++ b/bin/omarchy-mise-install @@ -16,8 +16,8 @@ mkdir -p "$HOME/.local/bin" cat >"$HOME/.local/bin/$command" <