Fix wrongly colored [INFO] in blueprint.sh

This commit is contained in:
purple 2023-07-20 15:44:08 +02:00
parent 4271aa3ee1
commit 6146d6b655

View file

@ -415,7 +415,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
if [[ $DUPLICATE != "y" ]]; then
sed -i "s~<!--␀replace␀-->~$ADMINBUTTON_RESULT\n<!--␀replace␀-->~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