lib/fog/aws/models/compute/flavors.rb in fog-maestrodev-1.7.0.20121114190951 vs lib/fog/aws/models/compute/flavors.rb in fog-maestrodev-1.8.0.20130109172219

- old
+ new

@@ -175,10 +175,10 @@ # ram=613 #> # def get(flavor_id) - self.class.new(:connection => connection).all.detect {|flavor| flavor.id == flavor_id} + self.class.new(:service => service).all.detect {|flavor| flavor.id == flavor_id} end end end