Skip to content

Commit

Permalink
houndci and cookstyle disagree about trailing commas in arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont committed Feb 26, 2018
1 parent 23c206e commit 20018d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# Prometheus configuration file name.

default['prometheus']['v2_cli_flags'] = [
'web.enable-lifecycle',
'web.enable-lifecycle'
]

default['prometheus']['flags']['config.file'] = "#{node['prometheus']['dir']}/prometheus.yml"
Expand Down

0 comments on commit 20018d8

Please sign in to comment.