Skip to content

Commit

Permalink
Merge pull request #1766 from xianlubird/bug/fix-typo
Browse files Browse the repository at this point in the history
Fix ingress typo
  • Loading branch information
aledbf authored Nov 30, 2017
2 parents 37a230c + 6e18d00 commit fdfb55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ func (n *NGINXController) SetForceReload(shouldReload bool) {

func (n *NGINXController) extractAnnotations(ing *extensions.Ingress) {
anns := n.annotations.Extract(ing)
glog.V(3).Infof("updating annotations information for ingres %v/%v", anns.Namespace, anns.Name)
glog.V(3).Infof("updating annotations information for ingress %v/%v", anns.Namespace, anns.Name)
n.listers.IngressAnnotation.Update(anns)
}

Expand Down

0 comments on commit fdfb55c

Please sign in to comment.