Merge branch 'master' of git@github.com:jclouds/jclouds

* 'master' of git@github.com:jclouds/jclouds:
  Added :any to template options
This commit is contained in:
Adrian Cole 2010-07-01 22:40:37 -07:00
commit 75a7c56420
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ See http://code.google.com/p/jclouds for details."
(apply hash-map
(concat
(make-option-map option-fn-0arg
[:smallest :fastest :biggest])
[:smallest :fastest :biggest :any])
(make-option-map option-option-fn-0arg
[:destroy-on-error]))))