doh, filter this

git-svn-id: file:///home/svn/framework3/trunk@13419 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Jonathan Cran 2011-07-30 06:27:52 +00:00
parent ddc2696974
commit a627f647f0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class RemoteEsxDriver < VmDriver
unless user then raise ArgumentError, "Must provide a username" end
unless host then raise ArgumentError, "Must provide a hostname" end
@vmid = vmid
@vmid = filter_command(vmid)
@user = filter_command(user)
@host = filter_command(host)
@credentials = credentials # individually filtered