From 4489fe8219a7c9341dca8dd572a4297b5514b098 Mon Sep 17 00:00:00 2001 From: purple Date: Wed, 10 Jul 2024 11:34:31 +0200 Subject: [PATCH] fix `blueprint.sh`: stray log line --- blueprint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index 74b375e..7680ac2 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -255,7 +255,6 @@ if [[ $1 != "-bash" ]]; then } 2>> "$BLUEPRINT__DEBUG" php artisan storage:link &>> "$BLUEPRINT__DEBUG" - PRINT INFO "Replacing internal placeholders.." # Copy "Blueprint" extension page logo from assets. cp "$FOLDER/.blueprint/assets/logo.jpg" "$FOLDER/.blueprint/extensions/blueprint/assets/logo.jpg"