Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbourdais committed Jun 26, 2023
1 parent 9b50f6c commit b4cd072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/install-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ if [[ $CHROME_RELEASE -lt 70 ]]; then
;;
esac
else
echo $CHROMEDRIVER_RELEASE
CHROMEDRIVER_VERSION=$(curl --silent --show-error --location --fail --retry 3 \
"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEDRIVER_RELEASE")
fi
Expand Down

0 comments on commit b4cd072

Please sign in to comment.