mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Fix mixed tabs on get_vm_status script
This commit is contained in:
parent
787c8a150a
commit
7be0a6807a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ try
|
|||
# type was loaded in Microsoft.HyperV.PowerShell
|
||||
[void][System.Reflection.Assembly]::LoadWithPartialName('Microsoft.HyperV.PowerShell.Objects, Culture=neutral, PublicKeyToken=31bf3856ad364e35')
|
||||
} catch {
|
||||
# Empty catch ok, since if we didn't load the types, we will fail in the next block
|
||||
# Empty catch ok, since if we didn't load the types, we will fail in the next block
|
||||
}
|
||||
|
||||
$VmmsPath = if ([environment]::Is64BitProcess) { "$($env:SystemRoot)\System32\vmms.exe" } else { "$($env:SystemRoot)\Sysnative\vmms.exe" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue