summaryrefslogtreecommitdiffstats
path: root/state.rb
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-10-13 15:50:58 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-10-13 15:50:58 -0400
commitdc6784f1470a09f0e520d6c2b4e36aab450685e2 (patch)
tree56cd66c510c5ec455017ce2b7574289f11fe3fea /state.rb
parent67a9846cf95f316a03de49c4956e54c94fe107bd (diff)
downloadupstate-dc6784f1470a09f0e520d6c2b4e36aab450685e2.tar.gz
upstate-dc6784f1470a09f0e520d6c2b4e36aab450685e2.tar.xz
upstate-dc6784f1470a09f0e520d6c2b4e36aab450685e2.zip
Make Dep holds give params of dependent
The dependent now provides information for dep holds
Diffstat (limited to 'state.rb')
-rw-r--r--state.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.rb b/state.rb
index 25cbb2c..55430a6 100644
--- a/state.rb
+++ b/state.rb
@@ -360,7 +360,7 @@ class Hold
@dependent = dependent
end
- def params; {}; end #:nodoc:
+ def params; @dependent.params; end #:nodoc:
# Kill the dependent state so that the depended state can drop
def clear