aboutsummaryrefslogtreecommitdiff
path: root/tests/auth
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-24 16:25:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-24 16:25:25 +0300
commit6e05e4079170efb84db25db6ca8f25886ab379d4 (patch)
tree39dcbb83042ff9c9a5d1a1125d6a49da9c4a8a52 /tests/auth
parentd8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 (diff)
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/auth')
-rwxr-xr-xtests/auth/cert2
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.