1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-25 21:49:29 +03:00

wrong method name

git-svn-id: http://svn.opennebula.org/one/trunk@358 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero
2009-02-13 00:45:31 +00:00
parent e138fcef93
commit ffef55ca3e

View File

@ -93,7 +93,7 @@ class VirtualMachineDriver < OpenNebulaDriver
local_deployment_file = "#{var_location}#{m[1]}/#{m[2]}" if m
local_deployment_file = nil if !File.exists(local_deployment_file)
local_deployment_file = nil if !File.exists?(local_deployment_file)
return local_deployment_file
end