mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug: Fixes misspelled class
This commit is contained in:
parent
82d94ce496
commit
c862c82da8
@ -91,7 +91,7 @@ EOT
|
||||
######################################################################
|
||||
def post_resource(kind, template)
|
||||
tmpl_str = File.read(template)
|
||||
body_str = OzonesClient::to_body(tmpl_str)
|
||||
body_str = OZonesClient::to_body(tmpl_str)
|
||||
|
||||
url = URI.parse("#{@endpoint}/#{kind}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user