One character too far

This commit is contained in:
David Heinemeier Hansson
2025-09-13 18:48:45 +02:00
parent 02fbe0f305
commit 01ce4bb4dd

View File

@@ -24,7 +24,7 @@ if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
fi fi
# Exit gracefully if user chooses not to reboot # 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 screen to hide any shutdown messages
clear clear