mirror of https://github.com/apache/jclouds.git
First arity for clear-container just calls itself instead of second arity.
This commit is contained in:
parent
265218e82f
commit
4f097cd21c
|
@ -130,7 +130,7 @@ Options can also be specified for extension modules
|
|||
(defn clear-container
|
||||
"Clear a container."
|
||||
([container-name]
|
||||
(clear-container container-name))
|
||||
(clear-container *blobstore* container-name))
|
||||
([blobstore container-name]
|
||||
(.clearContainer blobstore container-name)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue