Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 979f87c

Browse files
committed
store/serverservice: fix incorrect namespace change
1 parent 1d9028b commit 979f87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/serverservice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
ErrServerserviceAttribute = errors.New("error in serverservice attribute")
4444

4545
// ServerserviceConditionsNSFmtStr attribute namespace format string value for server condition attributes.
46-
ServerserviceConditionsNSFmtStr = "sh.hollow.rctypes.%s"
46+
ServerserviceConditionsNSFmtStr = "sh.hollow.condition.%s"
4747

4848
pkgName = "internal/store"
4949

0 commit comments

Comments
 (0)