Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 6376b6e

Browse files
shanduurBlaineEXE
andcommitted
fix: typo in error
Co-authored-by: Blaine Gardner <[email protected]> Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent c06ed1c commit 6376b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010

1111
var (
1212
// Error codes that the central controller will return
13-
ErrBucketAlreadyExists = errors.New("a bucket already existing that matches the bucket claim")
13+
ErrBucketAlreadyExists = errors.New("a bucket already exists that matches the bucket claim")
1414
ErrInvalidBucketClass = errors.New("cannot find bucket class with the name specified in the bucket claim")
1515
ErrNotImplemented = errors.New("operation not implemented")
1616
)

0 commit comments

Comments
 (0)