This commit is contained in:
Deal 2024-03-22 23:48:42 +08:00 committed by GitHub
parent 0cab7e3f1f
commit 034aea1bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ param(
Set-Alias println Write-Host
if (!$uri -or !$prefix) {
if ((!$name -and !$uri) -or !$prefix) {
throw 'fetch.ps1: missing parameters'
}