Skip to content

Commit

Permalink
2023-11-20 19:33:19
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Nov 20, 2023
1 parent a2e485f commit 73b73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Start-cURLDownload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Start-cURLDownload() {
#>

param(
[Parameter(Mandatory)][Alias('URL')][string[]]$URL
[Parameter(Mandatory)][Alias('U')][string[]]$URL
)

$URL | ForEach-Object {
Expand Down

0 comments on commit 73b73cd

Please sign in to comment.