We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1960bf3 commit d5ed400Copy full SHA for d5ed400
1 file changed
manager/Makefile
@@ -220,6 +220,6 @@ test/geckodriver.tar.gz:
220
; BASE_URL=https://github.com/mozilla/geckodriver/releases \
221
; GVERSION=v0.36.0 \
222
; mkdir -p test \
223
- ; curl -sL \
+ ; curl -fSL \
224
"$${BASE_URL}/download/$${GVERSION}/geckodriver-$${GVERSION}-linux64.tar.gz" \
225
--output "test/geckodriver.tar.gz"
0 commit comments