Skip to content

Commit 4ad298f

Browse files
Fixing typo (#2289)
(cherry picked from commit 166e62a) Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
1 parent 86b5333 commit 4ad298f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)