commit 3646d7b898f93ea54763713974c870dbbd18f9c9 Author: emma peel emmapeel@torproject.org Date: Tue Apr 20 15:22:07 2021 +0000
Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5dcccc..93b7f5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,4 @@ pages: check_l10n_links: stage: test script: - - 'test-links=$(grep -r "] ("" i18n/*.po >&2 && echo "TEST FAILED: Broken links")' + - 'test-links=$(grep -r "] (" i18n/*.po >&2 && echo "TEST FAILED: Broken links")'
tor-commits@lists.torproject.org