From 8b896b60a9306f04221d00316e214554236c8b0d Mon Sep 17 00:00:00 2001 From: ZorudaRinku Date: Fri, 17 Oct 2025 19:30:29 -0600 Subject: [PATCH] Clarify error message when no web apps have been selected in the WebApp Remove menu --- bin/omarchy-webapp-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-webapp-remove b/bin/omarchy-webapp-remove index 833e8989..77f19aba 100755 --- a/bin/omarchy-webapp-remove +++ b/bin/omarchy-webapp-remove @@ -30,7 +30,7 @@ else fi if [[ ${#APP_NAMES[@]} -eq 0 ]]; then - echo "You must provide web app names." + echo "You must select at least one web app to remove." exit 1 fi