We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0850aa7 commit 283379dCopy full SHA for 283379d
docs/source/ci-setup.rst
@@ -36,7 +36,7 @@ Add the encrypted secrets files to the repository:
36
.. code-block:: console
37
38
$ tar cvf secrets.tar ci_secrets/
39
- $ gpg --yes --batch --passphrase=${PASSPHRASE_FOR_VUFORIA_SECRETS} --symmetric --cipher-algo AES256 secrets.tar
+ $ gpg --yes --batch --passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" --symmetric --cipher-algo AES256 secrets.tar
40
$ git add secrets.tar.gpg
41
$ git commit -m "Update secret archive"
42
$ git push
0 commit comments