Skip to content

Commit

Permalink
store/serverservice: fix incorrect namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Sep 29, 2023
1 parent 1d9028b commit 979f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/serverservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
ErrServerserviceAttribute = errors.New("error in serverservice attribute")

// ServerserviceConditionsNSFmtStr attribute namespace format string value for server condition attributes.
ServerserviceConditionsNSFmtStr = "sh.hollow.rctypes.%s"
ServerserviceConditionsNSFmtStr = "sh.hollow.condition.%s"

pkgName = "internal/store"

Expand Down

0 comments on commit 979f87c

Please sign in to comment.