We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0245d05 + 19fcc29 commit 649ed68Copy full SHA for 649ed68
1 file changed
src/drom_lib/misc.ml
@@ -161,6 +161,7 @@ let wget ~url ~output =
161
if not (Sys.file_exists dirname) then EzFile.make_dir ~p:true dirname;
162
call
163
[| "curl";
164
+ "-f";
165
"--write-out";
166
"%{http_code}\\n";
167
"--retry";
0 commit comments