summaryrefslogtreecommitdiff
path: root/templates/default-record.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default-record.erb')
-rw-r--r--templates/default-record.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default-record.erb b/templates/default-record.erb
index 112ae2f..16b839f 100644
--- a/templates/default-record.erb
+++ b/templates/default-record.erb
@@ -1,5 +1,5 @@
<% if ttl -%>
-<%=owner%> <%=ttl%> <%=record_class%> <%=record_type%> <%=host%>
+<%=_owner%> <%=ttl%> <%=record_class%> <%=record_type%> <%=host%>
<% else -%>
-<%=owner%> <%=record_class%> <%=record_type%> <%=host%>
+<%=_owner%> <%=record_class%> <%=record_type%> <%=host%>
<% end -%>