Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Set command_endpoint inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Skopenko committed Sep 5, 2017
1 parent 04acce3 commit 43181a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/default/object.host.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
volatile = <%= options['volatile'].inspect %>
<%- end -%>
<%- if options['command_endpoint'] -%>
command_endpoint = <%= options['command_endpoint'] %>
command_endpoint = <%= options['command_endpoint'].inspect %>
<%- end -%>
<%- if options['notes'] -%>
notes = <%= options['notes'].inspect %>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/object.service.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
volatile = <%= options['volatile'].inspect %>
<%- end -%>
<%- if options['command_endpoint'] -%>
command_endpoint = <%= options['command_endpoint'] %>
command_endpoint = <%= options['command_endpoint'].inspect %>
<%- end -%>
<%- if options['notes'] -%>
notes = <%= options['notes'].inspect %>
Expand Down

0 comments on commit 43181a6

Please sign in to comment.