Skip to content

Commit

Permalink
remove spaces that break resulting yaml (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolos authored and truthbk committed Jul 19, 2017
1 parent 5ef1514 commit 024f128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/agent-conf.d/docker_daemon.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ instances:
## Tagging
##
<% if @tags and ! @tags.empty? -%>
tags:
tags:
<%- Array(@tags).each do |tag| -%>
<%- if tag != '' -%>
- <%= tag %>
- <%= tag %>
<%- end -%>
<%- end -%>
<% end -%>
Expand Down

0 comments on commit 024f128

Please sign in to comment.