From 5b42501c9f98cc3231cf0e69fe9560b85802ce12 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 20 Jul 2025 17:44:08 -0500 Subject: [PATCH] Same style as others with description always --- migrations/1752983008.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migrations/1752983008.sh b/migrations/1752983008.sh index 8f0727b..672ca78 100644 --- a/migrations/1752983008.sh +++ b/migrations/1752983008.sh @@ -1,4 +1,5 @@ +echo "Add missing installation of Zoom" + if ! command -v zoom &>/dev/null; then - echo "Add missing installation of Zoom" yay -S --noconfirm --needed zoom fi