Skip to content

Commit

Permalink
fix(backup/source/dir): Propper handling of tar stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 11, 2023
1 parent b76f0a1 commit 4eb5109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/source/dir/dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (s DirSource) Backup() (backup_output.BackupOutput, error) {
s.Path,
)
if err != nil {
return bo, err
return tmpBo, err
}

// Seek to start of backup file
Expand Down

0 comments on commit 4eb5109

Please sign in to comment.