Skip to content

Commit

Permalink
Let's be serious. Now you can download all attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Oct 24, 2018
1 parent a50a4b8 commit 76386d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/portwarden/portwarden.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func encryptBackup(fileName, passphrase string) {
fmt.Println("encryption failed: " + err.Error())
return
}
err = BWGetAllAttachments(BackupFolderName, sessionKey, pwes[:5])
err = BWGetAllAttachments(BackupFolderName, sessionKey, pwes)
if err != nil {
fmt.Println("encryption failed: " + err.Error())
return
Expand Down

0 comments on commit 76386d8

Please sign in to comment.