From 01ce4bb4ddce48c5dcce70c80ab8870ae2125835 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 13 Sep 2025 18:48:45 +0200 Subject: [PATCH] One character too far --- install/post-install/finished.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index a514a6e..210472e 100644 --- a/install/post-install/finished.sh +++ b/install/post-install/finished.sh @@ -24,7 +24,7 @@ if sudo test -f /etc/sudoers.d/99-omarchy-installer; then fi # Exit gracefully if user chooses not to reboot -if gum confirm --padding "0 0 0 $((PADDING_LEFT + 33))" --show-help=false --default --affirmative "Reboot Now" --negative "" ""; then +if gum confirm --padding "0 0 0 $((PADDING_LEFT + 32))" --show-help=false --default --affirmative "Reboot Now" --negative "" ""; then # Clear screen to hide any shutdown messages clear