Skip to content

Commit 283379d

Browse files
Fix quoting in GPG command for secrets archive
1 parent 0850aa7 commit 283379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/ci-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the encrypted secrets files to the repository:
3636
.. code-block:: console
3737
3838
$ tar cvf secrets.tar ci_secrets/
39-
$ gpg --yes --batch --passphrase=${PASSPHRASE_FOR_VUFORIA_SECRETS} --symmetric --cipher-algo AES256 secrets.tar
39+
$ gpg --yes --batch --passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" --symmetric --cipher-algo AES256 secrets.tar
4040
$ git add secrets.tar.gpg
4141
$ git commit -m "Update secret archive"
4242
$ git push

0 commit comments

Comments
 (0)