lib/d3/package/questions.rb in depot3-3.0.9 vs lib/d3/package/questions.rb in depot3-3.0.11
- old
+ new
@@ -79,10 +79,10 @@
end
### @return [Boolean] Does this pkg expire by default?
###
def expires?
- @expiration.to_i > 0 && @expiration_path
+ @expiration.to_i > 0 && @expiration_paths
end
### @return [Boolean] Is this pkg 'indexed' in the jss, so that it can be removable?
###
def indexed?