Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Apr 10, 2023
1 parent 180ae7b commit 78100cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/magpi-special-issue-downloader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Get-Content $file | ForEach-Object {
$downloaderScript = Invoke-WebRequest https://raw.githubusercontent.com/joergi/downloader/main/windows/downloader.ps1 -UseBasicParsing
$downloaderScriptContent = $downloaderScript.Content
& pwsh -Command "& {$downloaderScriptContent } -downloadUrl $_ -outputDir $OUTDIR"
}
Exit 0

0 comments on commit 78100cd

Please sign in to comment.