fix link-checker user agent
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Robert Kaussow 2023-05-29 12:21:55 +02:00
parent 542296db1a
commit 76035ede8f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- "link-validator --color=always --rate-limit 10 --header \'user-agent: curl\' -e https://matrix.to.*"
- link-validator --color=always --rate-limit 10 --header '"user-agent: curl"' -e https://matrix.to.*
environment:
LINK_VALIDATOR_BASE_DIR: public/
LINK_VALIDATOR_RETRIES: 3
@ -127,6 +127,6 @@ depends_on:
---
kind: signature
hmac: 80fab874fcbde9838790fb08550285ea291b5716ccd1032c429f28a71dc99295
hmac: ff9591540fe22b71f6883854fb430ce3607436ba026b74110dd28e97ed4a54ac
...