chef-handler-librato 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/chef-handler-librato.gemspec +1 -1
- data/lib/chef/chef_handler_librato.rb +1 -1
- metadata +2 -2
@@ -42,7 +42,7 @@ class LibratoReporting < Chef::Handler
|
|
42
42
|
|
43
43
|
Chef::Log.debug("#{gemspec.full_name} loaded as a handler.")
|
44
44
|
|
45
|
-
@l = Librato::Metrics.authenticate "#{@email}" "#{@api_key}"
|
45
|
+
@l = Librato::Metrics.authenticate "#{@email}", "#{@api_key}"
|
46
46
|
|
47
47
|
metrics = Hash.new
|
48
48
|
metrics[:updated_resources] = run_status.updated_resources.length
|