lib/automateit/plugin/manager.rb in automateit-0.71006 vs lib/automateit/plugin/manager.rb in automateit-0.71012

- old
+ new

@@ -78,10 +78,11 @@ @drivers[driver_token] = driver_class.allocate end end self.class.driver_classes.each do |driver_class| driver_token = driver_class.token - @drivers[driver_token].setup(:interpreter => @interpreter) + @drivers[driver_token].setup( + :interpreter => @interpreter, :manager => self) end end # Returns the Driver with the specified token. E.g., +:apt+ will return # the +APT+ driver.