Skip to content

Commit

Permalink
Updated parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Jun 17, 2020
1 parent 11ee36b commit 9ee90a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1366,7 +1366,7 @@ function Initialize-LWAzureVM
}

Wait-LWLabJob -Job $jobs -ProgressIndicator 5 -Timeout 30 -NoDisplay
Copy-LabFileItem -Path (Get-ChildItem -Path "$((Get-Module -Name AutomatedLab)[0].ModuleBase)\Tools\HyperV\*") -DestinationFolderPath /AL -ComputerName $Machine -UseAzureLabSourcesOnAzureVm:$false
Copy-LabFileItem -Path (Get-ChildItem -Path "$((Get-Module -Name AutomatedLab)[0].ModuleBase)\Tools\HyperV\*") -DestinationFolderPath /AL -ComputerName $Machine -UseAzureLabSourcesOnAzureVm $false
Copy-LabALCommon -ComputerName $Machine
Write-ScreenInfo -Message 'Finished' -TaskEnd

Expand Down

0 comments on commit 9ee90a1

Please sign in to comment.