bin/deputy in deputy-0.1.39 vs bin/deputy in deputy-0.1.40
- old
+ new
@@ -29,6 +29,6 @@
if metric.to_s.empty?
puts "Usage instructions: deputy --help"
exit
end
-Deputy.send_report metric, value
+Deputy.send_report metric, (value || Deputy::DEFAULT_VALUE)
\ No newline at end of file