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

Commit 9e4f208

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/util/const.go

+1-1
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)