diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
commit | 6e05e4079170efb84db25db6ca8f25886ab379d4 (patch) | |
tree | 39dcbb83042ff9c9a5d1a1125d6a49da9c4a8a52 /tests/auth/cert | |
parent | d8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 (diff) |
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/auth/cert')
-rwxr-xr-x | tests/auth/cert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/cert b/tests/auth/cert index b246d87..87ec9b5 100755 --- a/tests/auth/cert +++ b/tests/auth/cert @@ -33,7 +33,7 @@ openssl req -x509 -new -key key.pem -days 36500 -config self-any-openssl.cnf > \ # To regenerate the packages and signature manifest files run bpkg rep-create # command, for example: # -# ../../bpkg/bpkg rep-create ../rep-auth/expired --key key.pem +# bpkg rep-create ../rep-auth/expired --key key.pem # # We cannot do it in the testscript since the certificate has expired. This is # also the reason why we store these auto-generated manifests in git. |