We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9632778 + 86d0a29 commit 5ecb406Copy full SHA for 5ecb406
Plaster/Public/Invoke-Plaster.ps1
@@ -166,11 +166,11 @@ function Invoke-Plaster {
166
begin {
167
# Enhanced logo with JSON support indicator
168
$plasterLogo = @'
169
- ____ _ _ ____ ___
170
- | _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \
171
- | |_) | |/ _` / __| __/ _ \ '__| __) | | | |
172
- | __/| | (_| \__ \ || __/ | / /| |_| | /
173
- |_| |_|\__,_|___/\__\___|_| |____|\___/
+ ____ _ _ ____ ___
+ | _ \| | __ _ ___| |_ ___ _ __ |___ \ / _ \
+ | |_) | |/ _` / __| __/ _ \ '__| __) | | | | |
+ | __/| | (_| \__ \ || __/ | / __/|_| |_| |
+ |_| |_|\__,_|___/\__\___|_| |_____|_|\___/
174
'@
175
176
if (!$NoLogo) {
0 commit comments