Skip to content

Commit

Permalink
remove one debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-c-at-moz committed Jul 22, 2024
1 parent 1616c36 commit b2ce618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collect_executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ echo "FILENAME ${FILENAME}"
for i in {0..20}
do
GECKO_LINK=$(curl -s https://api.github.com/repos/mozilla/geckodriver/releases/latest | jq ".[\"assets\"][${i}][\"browser_download_url\"]" | tr -d '"')
echo "$GECKO_LINK"
if [[ $GECKO_LINK == *"${FILENAME}"* ]] && [[ $GECKO_LINK != *".asc" ]]
then
curl -OL "$GECKO_LINK"
Expand Down

0 comments on commit b2ce618

Please sign in to comment.