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 30ba137 commit ae9f6b1Copy full SHA for ae9f6b1
admin/create_secrets_files.py
@@ -12,7 +12,7 @@
12
$ python admin/create_secrets_files.py
13
# After creating the secrets, update the encrypted archive:
14
$ tar cvf secrets.tar ci_secrets/
15
- $ 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
16
"""
17
18
import datetime
0 commit comments