Skip to content

Commit 5ecb406

Browse files
authored
V2 (#448)
Updated the logo in `Invoke-Plaster` so 2.0 is easier to read.
2 parents 9632778 + 86d0a29 commit 5ecb406

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Plaster/Public/Invoke-Plaster.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ function Invoke-Plaster {
166166
begin {
167167
# Enhanced logo with JSON support indicator
168168
$plasterLogo = @'
169-
____ _ _ ____ ___
170-
| _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \
171-
| |_) | |/ _` / __| __/ _ \ '__| __) | | | |
172-
| __/| | (_| \__ \ || __/ | / /| |_| | /
173-
|_| |_|\__,_|___/\__\___|_| |____|\___/
169+
____ _ _ ____ ___
170+
| _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \
171+
| |_) | |/ _` / __| __/ _ \ '__| __) | | | | |
172+
| __/| | (_| \__ \ || __/ | / __/|_| |_| |
173+
|_| |_|\__,_|___/\__\___|_| |_____|_|\___/
174174
'@
175175

176176
if (!$NoLogo) {

0 commit comments

Comments
 (0)