瀏覽代碼

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 -%>