Don't give up if we fail to fetch a key (#1483)

* Don't give up if we fail to fetch a key

* Fix logging line

* furl nolint
This commit is contained in:
Neil Alexander 2020-10-06 17:59:08 +01:00 committed by GitHub
parent ee79d662e7
commit 4feff8e8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -20,6 +20,7 @@ var requestFrom = flag.String("from", "", "the server name that the request shou
var requestKey = flag.String("key", "matrix_key.pem", "the private key to use when signing the request")
var requestPost = flag.Bool("post", false, "send a POST request instead of GET (pipe input into stdin or type followed by Ctrl-D)")
// nolint:gocyclo
func main() {
flag.Parse()