Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
sunby committed Oct 8, 2023
1 parent 030b917 commit f9cad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/storage/transaction/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (o *WriteBlobOperation) Execute() error {
return errors.ErrBlobAlreadyExist
}

blobFile := utils.GetBlobFilePath(utils.GetBlobDir(o.space.Path()))
blobFile := utils.GetBlobFilePath(o.space.Path())
f, err := o.space.Fs().OpenFile(blobFile)
if err != nil {
return err
Expand Down

0 comments on commit f9cad59

Please sign in to comment.