Skip to content

Commit d5ed400

Browse files
Apply suggestion from @dmytroye
Co-authored-by: Dmytro Yermolenko <dmytro.yermolenko@intel.com>
1 parent 1960bf3 commit d5ed400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ test/geckodriver.tar.gz:
220220
; BASE_URL=https://github.com/mozilla/geckodriver/releases \
221221
; GVERSION=v0.36.0 \
222222
; mkdir -p test \
223-
; curl -sL \
223+
; curl -fSL \
224224
"$${BASE_URL}/download/$${GVERSION}/geckodriver-$${GVERSION}-linux64.tar.gz" \
225225
--output "test/geckodriver.tar.gz"

0 commit comments

Comments
 (0)