From 86d0a291b19fb73364c9686b34b93711bc92ef04 Mon Sep 17 00:00:00 2001 From: Jake Hildreth <93942157+jakehildreth@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:55:30 -0400 Subject: [PATCH] chore(logo): update logo so 2.0 is clearer --- Plaster/Public/Invoke-Plaster.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Plaster/Public/Invoke-Plaster.ps1 b/Plaster/Public/Invoke-Plaster.ps1 index a78b999..574487e 100644 --- a/Plaster/Public/Invoke-Plaster.ps1 +++ b/Plaster/Public/Invoke-Plaster.ps1 @@ -166,11 +166,11 @@ function Invoke-Plaster { begin { # Enhanced logo with JSON support indicator $plasterLogo = @' - ____ _ _ ____ ___ - | _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \ - | |_) | |/ _` / __| __/ _ \ '__| __) | | | | - | __/| | (_| \__ \ || __/ | / /| |_| | / - |_| |_|\__,_|___/\__\___|_| |____|\___/ + ____ _ _ ____ ___ + | _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \ + | |_) | |/ _` / __| __/ _ \ '__| __) | | | | | + | __/| | (_| \__ \ || __/ | / __/|_| |_| | + |_| |_|\__,_|___/\__\___|_| |_____|_|\___/ '@ if (!$NoLogo) {