lib/vmc/client.rb in af-0.3.18.5 vs lib/vmc/client.rb in af-0.3.18.6
- old
+ new
@@ -251,10 +251,10 @@
def export_service(service)
json_get(path(VMC::SERVICE_EXPORT_PATH, service))
end
def import_service(service,uri)
- json_post(path(VMC::SERVICE_IMPORT_PATH, service),{uri:uri})
+ json_post(path(VMC::SERVICE_IMPORT_PATH, service),{:uri => uri})
end
######################################################
# Resources
######################################################