Skip to content

Commit

Permalink
quote params
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Jan 22, 2025
1 parent edee1a4 commit 0cf1c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Download-FileWithAzCopy {
.\azcopy.exe login --login-type=MSI

Write-Log "Copying $URL to $Dest"
.\azcopy.exe copy $URL $Dest
.\azcopy.exe copy "$URL" "$Dest"

Write-Log "--- START AzCopy Log"
Get-Content "$env:AZCOPY_LOG_LOCATION\*.log" | Write-Log
Expand Down

0 comments on commit 0cf1c83

Please sign in to comment.