1
0
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:
Ruben S. Montero 2011-09-23 11:58:25 +02:00
parent 82d94ce496
commit c862c82da8

View File

@ -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}")