Skip to content

Commit

Permalink
Trimmed some trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
trparky committed Dec 22, 2023
1 parent 9ad54b8 commit 65c59ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw_export.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c59ff

Please sign in to comment.