Skip to content

Commit ecacfcb

Browse files
committed
address comments
1 parent 2229b85 commit ecacfcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/pitr/collector/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type BackupAzure struct {
119119
}
120120

121121
const (
122-
lastSetFilePrefix string = "last-binlog-set-" // filename prefix for object where the last binlog set will stored
122+
lastSetFilePrefix string = "last-binlog-set-" // filename prefix for object where the last binlog set will be stored
123123
gtidPostfix string = "-gtid-set" // filename postfix for files with GTID set
124124
)
125125

pkg/pxc/backup/pitr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func addPitrNotReadyFileToBackup(ctx context.Context, cl client.Client, cr *api.
176176
}
177177
scli, err := storageFunc(ctx, opts)
178178
if err != nil {
179-
return errors.Wrap(err, "failed to create s3 client")
179+
return errors.Wrap(err, "failed to create storage client")
180180
}
181181

182182
filepath := backup.Status.Destination.BackupName() + "." + naming.PITRNotReady

0 commit comments

Comments
 (0)