mirror of https://github.com/apache/jclouds.git
Fixed bug in create-node for single-argument call
This commit is contained in:
parent
c499990366
commit
4deb91b877
|
@ -155,8 +155,7 @@
|
||||||
TODO: Examples
|
TODO: Examples
|
||||||
"
|
"
|
||||||
([group compute]
|
([group compute]
|
||||||
(create-nodes group 1 (default-template compute)))
|
(create-node group compute (default-template compute)))
|
||||||
|
|
||||||
([group compute template]
|
([group compute template]
|
||||||
(first (create-nodes group 1 template compute))))
|
(first (create-nodes group 1 template compute))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue