Skip to content

Commit

Permalink
switch to version 0.5.0 (#253)
Browse files Browse the repository at this point in the history
* switch to version 0.5.0

joergi/downloader#33

* Uses correct url

joergi/downloader#33
  • Loading branch information
joergi authored Jun 17, 2024
1 parent ee2c8a5 commit 3eeefa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helloworld-downloader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Param(
$i = 1
$baseDir = ($PSScriptRoot)
$issues = Get-Content "$baseDir\regular-issues.txt" -First 1
$baseUrl = "https://helloworld.raspberrypi.org/issues/"
$baseUrl = "https://www.raspberrypi.org/hello-world/issues/"
$web = New-Object system.net.webclient
$errorCount = 0

Expand Down
2 changes: 1 addition & 1 deletion helloworld-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ recentIssue=$(cat "$file");
# workaround for a known limitation in bash 3.x: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00018.html
# stackoverflow: https://stackoverflow.com/questions/32596123/why-source-command-doesnt-work-with-process-substitution-in-bash-3-2/32596626#32596626
# shellcheck disable=SC1091
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/joergi/downloader/0.4.6/linux_mac/downloader.sh)" "$downloadUrl" "$OUTDIR" "$recentIssue" HelloWorld_ "$@"
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/joergi/downloader/0.5.0/linux_mac/downloader.sh)" "$downloadUrl" "$OUTDIR" "$recentIssue" HelloWorld_ "$@"

exit 0

0 comments on commit 3eeefa0

Please sign in to comment.