From c45b46cfbb30b8418753819df912e920d27616c0 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 21 Feb 2026 11:37:00 -0500 Subject: [PATCH] Fix upload command --- install/helpers/errors.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/helpers/errors.sh b/install/helpers/errors.sh index 8b54219d..d6683917 100644 --- a/install/helpers/errors.sh +++ b/install/helpers/errors.sh @@ -4,11 +4,11 @@ QR_CODE=' █ ███ █ ▄▄▄▄▀▄▀▄▀ █ ███ █ █ ▀▀▀ █ ▄█ ▄█▄▄▀ █ ▀▀▀ █ ▀▀▀▀▀▀▀ ▀▄█ █ █ █ ▀▀▀▀▀▀▀ -▀▀█▀▀▄▀▀▀▀▄█▀▀█ ▀ █ ▀ █ +▀▀█▀▀▄▀▀▀▀▄█▀▀█ ▀ █ ▀ █ █▄█ ▄▄▀▄▄ ▀ ▄ ▀█▄▄▄▄ ▀ ▀█ ▄ ▄▀█ ▀▄▀▀▀▄ ▄█▀▄█▀▄▀▄▀█▀ █ ▄▄█▄▀▄█ ▄▄▄ ▀ ▄▀██▀ ▀█ -▀ ▀ ▀ █ ▀▄ ▀▀█▀▀▀█▄▀ +▀ ▀ ▀ █ ▀▄ ▀▀█▀▀▀█▄▀ █▀▀▀▀▀█ ▀█ ▄▀▀ █ ▀ █▄▀██ █ ███ █ █▀▄▄▀ █▀███▀█▄██▄ █ ▀▀▀ █ ██ ▀ █▄█ ▄▄▄█▀ █ @@ -133,7 +133,7 @@ catch_errors() { fi ;; "Upload log for support") - omarchy-upload-install-log + omarchy-upload-log ;; "Exit" | "") exit 1