Skip to content

Commit 188a51d

Browse files
committed
Fix ruff
1 parent ae9f6b1 commit 188a51d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

admin/create_secrets_files.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
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 \
16+
--yes \
17+
--batch \
18+
--passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" \
19+
--symmetric \
20+
--cipher-algo AES256 \
21+
secrets.tar
1622
"""
1723

1824
import datetime

0 commit comments

Comments
 (0)