bin$ pwsh ./fetch-configlet.ps1
Invoke-WebRequest: /mnt/c/Users/bugma/Source/Repos/3rdParty/euphoria/bin/fetch-configlet.ps1:29
Line |
29 | Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile @requestOpts
| ~~~~~~~~~~~~
| Cannot validate argument on parameter 'Uri'. The argument is null or
| empty. Provide an argument that is not null or empty, and then try
| the command again.
The upstream fetch-configlet.ps1 script is one commit ahead of the one in the euphoria track repo. Could you please confirm whether the error still occurs with the upstream version?
The error looks different, so it might be an independent issue. I’m not a PowerShell user, so this would be one for Erik. Either way, we’re probably overdue for resyncing the track repo PowerShell scripts with upstream.