mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vmfusion] Updates reference to service
This commit is contained in:
parent
5b705bc689
commit
00068859b9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Fog
|
|||
requires :raw
|
||||
|
||||
::Fission::VM.clone(@raw[:fission].name,name)
|
||||
return connection.servers.get(name)
|
||||
return service.servers.get(name)
|
||||
end
|
||||
|
||||
# Destroy, deletes the VM from the local disk but only hard stops the VM
|
||||
|
|
Loading…
Reference in a new issue