<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,7 +47,7 @@ class DiskUsage &lt; Scout::Plugin
   end
   
   def build_report
-    df_command   = @options[&quot;command&quot;] || &quot;df -h&quot;
+    df_command   = option(&quot;command&quot;) || &quot;df -h&quot;
     df_output    = `#{df_command}`
           
     df_lines = []
@@ -55,9 +55,9 @@ class DiskUsage &lt; Scout::Plugin
     
     # if the user specified a filesystem use that
     df_line = nil
-    if @options[&quot;filesystem&quot;]
+    if option(&quot;filesystem&quot;)
       df_lines.each do |line|
-        if line.has_value?(@options[&quot;filesystem&quot;])
+        if line.has_value?(option(&quot;filesystem&quot;))
           df_line = line
         end
       end</diff>
      <filename>disk_usage/disk_usage.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2411bded8ea16f05348d04c95d3e51684158f73a</id>
    </parent>
  </parents>
  <author>
    <name>James Edward Gray II</name>
    <email>james@graysoftinc.com</email>
  </author>
  <url>http://github.com/jlsync/scout-plugins/commit/58d3505116c1a34dae5edcfdb5b74100213cdac0</url>
  <id>58d3505116c1a34dae5edcfdb5b74100213cdac0</id>
  <committed-date>2009-05-21T11:55:16-07:00</committed-date>
  <authored-date>2009-05-21T11:55:16-07:00</authored-date>
  <message>More cleanup.</message>
  <tree>dd73c11513fc6e94ebdf08d7550684d95a57be2a</tree>
  <committer>
    <name>James Edward Gray II</name>
    <email>james@graysoftinc.com</email>
  </committer>
</commit>
