Skip to content

Commit

Permalink
users add - json missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisc committed Jun 1, 2016
1 parent 0b2920a commit 2b76eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/sensu/uchiwa.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
}<%= ',' if i < (@users.size - 1) %>
<%- end -%>
]<%= ',' if @auth.size == 2 %>
]<%= ',' if @users.size %>
<%- end -%>
<%- if @auth.size == 2 -%>
"auth": {
Expand Down

0 comments on commit 2b76eac

Please sign in to comment.