Skip to content

Commit b097ff3

Browse files
committed
fix
1 parent f31375c commit b097ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function Get-VIPManager {
6868
Invoke-WebRequest -Uri $VIP_REF -OutFile "$env:TEMP\vip.zip"
6969
Extract-ZipFile "$env:TEMP\vip.zip" "$MD"
7070
Rename-Item "$MD\vip-manager*" "vip-manager"
71-
Remove-Item "$MD\vip-manager\*.yml" -ErrorAction SilentlyContinue -ErrorAction Ignore
71+
Remove-Item "$MD\vip-manager\*.yml" -ErrorAction Ignore
7272
Copy-Item "src\vip.yaml" "$MD\vip-manager"
7373
Write-Host "`n--- VIP-MANAGER downloaded ---" -ForegroundColor green
7474
}

0 commit comments

Comments
 (0)