Skip to content

Commit 4c0cff8

Browse files
dalbanijkatz
authored andcommitted
Fix typo
1 parent 9c06090 commit 4c0cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/backrest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func ValidateBackrestStorageTypeOnBackupRestore(newBackRestStorageType,
4343
strings.Contains(newBackRestStorageType, "s3") &&
4444
!strings.Contains(currentBackRestStorageType, "s3") {
4545
return errors.New("Storage type 's3' not allowed. S3 storage is not enabled for " +
46-
"pgBackRest in thiscluster")
46+
"pgBackRest in this cluster")
4747
} else if (newBackRestStorageType == "" ||
4848
strings.Contains(newBackRestStorageType, "local")) &&
4949
(currentBackRestStorageType != "" &&

0 commit comments

Comments
 (0)