소스 검색

Fixed a typo in the ERB template for the Endpoint object. 'Endpoint' should only have a capital E, not a capital P.

Nick Chappell 9 년 전
부모
커밋
a429a76527
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/object_endpoint.conf.erb

+ 1 - 1
templates/object_endpoint.conf.erb

@@ -10,7 +10,7 @@
 *
 */
 
-object EndPoint "<%= @object_name %>" {
+object Endpoint "<%= @object_name %>" {
   host = "<%= @host -%>"
   <%- if @port -%>
   port = <%= @port -%>