From 97b7c6e212ef5baa531353361cb4adbd40974976 Mon Sep 17 00:00:00 2001 From: Jeffrey Hardy Date: Tue, 20 Aug 2024 14:15:49 -0400 Subject: [PATCH] Tidy setup output --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index c93d663e1..17f420063 100755 --- a/bin/setup +++ b/bin/setup @@ -35,6 +35,6 @@ if [ -d "$HOME/.puma-dev" ]; then announce "Configuring puma-dev" ln -nfs "$app_root" "$HOME/.puma-dev/$app_name" - announce "Checking https://$app_name.test/up: " + announce "Checking https://$app_name.test/up" curl -Is "https://$app_name.test/up" | head -n 1 fi