From 21b610a7fa33a578b02bd72a47017ca90a1a172c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 12 Aug 2026 11:58:25 +0200 Subject: [PATCH] Need an extra CR for presentation --- bin/omarchy-update-pkg-prune | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-update-pkg-prune b/bin/omarchy-update-pkg-prune index 3f53d853..7e8debd3 100755 --- a/bin/omarchy-update-pkg-prune +++ b/bin/omarchy-update-pkg-prune @@ -10,3 +10,4 @@ set -e # retains by version order, never by what is installed. echo -e "\e[32m\nPrune package cache\e[0m" sudo paccache -rk2 || echo -e "\e[33mCould not prune the package cache.\e[0m" >&2 +echo