From 38ad462e4e1423f1e2591fb7dedaf0506ae3ef72 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 2 Jul 2024 05:40:32 +0800 Subject: [PATCH] qs: dont use fancy chars :( --- repoquickset.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repoquickset.ps1 b/repoquickset.ps1 index 9c6b6bf..51a3c95 100644 --- a/repoquickset.ps1 +++ b/repoquickset.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS repo quickset script .DESCRIPTION @@ -204,4 +204,4 @@ if ($repoType -eq "s") { # reset error action preference $ErrorActionPreference = $oldErrorActionPreference -Write-Output ("`ndone~! ☆*: .。. o(≧▽≦)o .。.:*☆`n" | Out-String -Stream) +Write-Output "`n--- done~! ---`n"