Skip to content

Commit ae9f6b1

Browse files
committed
Quote an environment variable
1 parent 30ba137 commit ae9f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/create_secrets_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$ python admin/create_secrets_files.py
1313
# After creating the secrets, update the encrypted archive:
1414
$ tar cvf secrets.tar ci_secrets/
15-
$ gpg --yes --batch --passphrase=${PASSPHRASE_FOR_VUFORIA_SECRETS} --symmetric --cipher-algo AES256 secrets.tar
15+
$ gpg --yes --batch --passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" --symmetric --cipher-algo AES256 secrets.tar
1616
"""
1717

1818
import datetime

0 commit comments

Comments
 (0)