Skip to content

Commit bd7c37c

Browse files
Fixing typo (#2288)
(cherry picked from commit 166e62a) Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
1 parent 5928a5d commit bd7c37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/hns/hnsendpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
)
3030

3131
func (es EndpointState) String() string {
32-
return [...]string{"Uninitialized", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es]
32+
return [...]string{"Uninitialized", "Created", "Attached", "AttachedSharing", "Detached", "Degraded", "Destroyed"}[es]
3333
}
3434

3535
// HNSEndpoint represents a network endpoint in HNS

0 commit comments

Comments
 (0)