Skip to content

Commit

Permalink
Update helloworld-downloader.sh
Browse files Browse the repository at this point in the history
change to new url
  • Loading branch information
joergi authored Jun 16, 2024
1 parent cb163c5 commit ee2c8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloworld-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -d "$OUTDIR" ]; then
mkdir "$OUTDIR"
fi

downloadUrl=" https://www.raspberrypi.org/hello-world/issues/%02d"
downloadUrl="https://www.raspberrypi.org/hello-world/issues/%d"
file="regular-issues.txt";
recentIssue=$(cat "$file");

Expand Down

0 comments on commit ee2c8a5

Please sign in to comment.