Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #72 from karolisc/karolisc-patch-1
Browse files Browse the repository at this point in the history
users add - json missing  comma
  • Loading branch information
solarkennedy committed Jun 2, 2016
2 parents 0b2920a + 2b76eac commit 7da2273
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 7da2273

Please sign in to comment.