From c7203b6714701bf31bae025e5a282c3068ceb72b Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 16 Nov 2025 23:34:04 -0500 Subject: [PATCH] Fix upload-log file --- install/helpers/errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helpers/errors.sh b/install/helpers/errors.sh index d8d29983..cda83ead 100644 --- a/install/helpers/errors.sh +++ b/install/helpers/errors.sh @@ -134,7 +134,7 @@ catch_errors() { fi ;; "Upload log for support") - omarchy-upload-install-log + omarchy-upload-log ;; "Exit" | "") exit 1