зеркало из https://github.com/microsoft/lisa.git
Minor fix in Inspect-VHD
This commit is contained in:
Родитель
e9daeb9385
Коммит
0bf9fb6fe0
|
@ -71,7 +71,7 @@ try
|
|||
if ($env:CustomVHDURL)
|
||||
{
|
||||
LogMsg "Moving downloaded $ReceivedFile --> $CurrentLocalFolder."
|
||||
$Out = Move-Item $ReceivedFile -Path -Destination $CurrentLocalFolder -Force
|
||||
$Out = Move-Item -Path $ReceivedFile -Destination $CurrentLocalFolder -Force
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче