From 6146d6b65531966dd186f7e182c22758fd5fcb7e Mon Sep 17 00:00:00 2001 From: purple Date: Thu, 20 Jul 2023 15:44:08 +0200 Subject: [PATCH] Fix wrongly colored [INFO] in blueprint.sh --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index dc37ee8..3e5cd64 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -415,7 +415,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then if [[ $DUPLICATE != "y" ]]; then sed -i "s~~$ADMINBUTTON_RESULT\n~g" resources/views/admin/extensions.blade.php; else - log_yellow "[INFO] Changes to the '/admin/extensions' page have been skipped." + log_bright "[INFO] Changes to the '/admin/extensions' page have been skipped." fi; # insert "dashboard_wrapper" into wrapper.blade.php