From 65c59ff4575c37ec0bc1ca5fdca43bd61b601778 Mon Sep 17 00:00:00 2001 From: Thomas Parkison Date: Thu, 21 Dec 2023 20:29:21 -0500 Subject: [PATCH] Trimmed some trailing whitespace. --- bw_export.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bw_export.ps1 b/bw_export.ps1 index 81576f1..b100b7c 100644 --- a/bw_export.ps1 +++ b/bw_export.ps1 @@ -92,7 +92,7 @@ try { if (ShouldWeCheckForABWCLIUpdate) { $localBWCliVersion = ((./bw --version) | Out-String).Trim() $remoteBWCliVersion = (Invoke-WebRequest -Uri "https://trparky.github.io/bwcliversion.txt").Content.Trim() - + if ($localBWCliVersion -ne $remoteBWCliVersion) { Write-Host "Bitwarden CLI application update found, downloading... Please Wait." -NoNewLine Remove-Item $bwCliBinName