This commit is contained in:
Shital Savekar 2018-05-27 01:15:15 -07:00
Родитель e9daeb9385
Коммит 0bf9fb6fe0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
{