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

This commit is contained in:
Nick Chappell 2015-01-04 15:21:13 -08:00
parent c8d2286428
commit a429a76527

View file

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