Fixed missed forwarding function

This commit is contained in:
Hugo Duncan 2010-05-25 16:52:53 -04:00
parent 86f8818ee8
commit 84e6b78802
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ See http://code.google.com/p/jclouds for details."
(defn nodes-with-details
"Retrieve the existing nodes for the compute context."
([] (nodes *compute*))
([] (nodes-with-details *compute*))
([#^ComputeService compute]
(seq (.listNodesDetailsMatching compute (NodePredicates/all)))))