docs: wget replaced by curl

- 8638295afb
MDLeom 2020-04-01 11:55:51 +01:00
parent 47eb3ba29c
commit 1f8c62fa74
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -13,7 +13,7 @@
+ No, please report to the [upstream](https://urlhaus.abuse.ch/api/#submit).
- Why don't you `wget top-1m.csv.zip` and output to stdout?
+ If wget fails, top-1m.txt will be empty. Output as file avoids that.
+ If curl fails, top-1m.txt will be empty. Output as file avoids that.
- Why do you need to clone the repo again in your CI? I thought CI already fetch the repo by default?
+ GitLab Runner clone/fetch the repo using HTTPS method by default ([log](https://gitlab.com/curben/urlhaus-filter/-/jobs/105979394)). This method requires deploy *token* which is *read-only* (cannot push).