complete backup functionality

This commit is contained in:
Salar Rahmanian 2024-10-05 14:27:18 -07:00
parent 9dd3399d5c
commit 02f14b70bf
3 changed files with 17 additions and 10 deletions

View file

@ -86,7 +86,6 @@ struct Fishee: ParsableCommand {
let result = writeFishHistory(
to: writePath,
history: finalHistory,
historyFileLocation: fishHistoryLocation?.path,
backup: backup
)
if result {