Skip to content

Commit

Permalink
Revert "fix: remove recursive option when reading emulators directory"
Browse files Browse the repository at this point in the history
This reverts commit 07673b4.
  • Loading branch information
grdddj authored and tsusanka committed Jun 11, 2024
1 parent 3f5df40 commit c900129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binaries/firmware/bin/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
exit 1
fi

if ! wget --no-config -e robots=off --no-verbose --no-clobber --no-parent --cut-dirs=$CUT_DIRS --no-host-directories --reject "index.html*" "$SITE"; then
if ! wget --no-config -e robots=off --no-verbose --no-clobber --no-parent --cut-dirs=$CUT_DIRS --no-host-directories --recursive --reject "index.html*" "$SITE"; then
echo "Unable to fetch released emulators from $SITE"
echo "You will have only available latest builds from CI"
echo
Expand Down

0 comments on commit c900129

Please sign in to comment.