diff --git a/backupBitwarden.ps1 b/backupBitwarden.ps1 index 4ef1676..a82100e 100644 --- a/backupBitwarden.ps1 +++ b/backupBitwarden.ps1 @@ -73,7 +73,7 @@ $zipFilename = "Bitwarden Backup $dateTime.zip" if ($zip) { Write-Host "Zipping the backup together..." - Compress-Archive -Path $PSScriptRoot\*.csv, $PSScriptRoot*.json, $PSScriptRoot\attachments -DestinationPath "$PSScriptRoot\$zipFilename" + Compress-Archive -Path $PSScriptRoot\*.csv, $PSScriptRoot\*.json, $PSScriptRoot\attachments -DestinationPath "$PSScriptRoot\$zipFilename" if ($gpg) { Write-Host "Encrypting the backup zip with your bitwarden password..."