Tidy setup output

This commit is contained in:
Jeffrey Hardy
2024-08-20 14:15:49 -04:00
parent 84e586ff65
commit 97b7c6e212
+1 -1
View File
@@ -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