Skip to content

Commit cd912c6

Browse files
committed
Fix typo
1 parent b83dcc2 commit cd912c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ before_install:
2323
- ls -la
2424
- BASEDIR="$(pwd)"
2525
- cd ~
26-
- openssl aes-256-cbc -K ${encryption_37_K} -iv ${encryption_37_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
27-
- tar xvf ~/secrets_{DOCS_BRANCH}.tar
28-
- rm ~/secrets_{DOCS_BRANCH}.tar
26+
- openssl aes-256-cbc -K ${encryption_37_K} -iv ${encryption_37_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_${DOCS_BRANCH}.tar -d
27+
- tar xvf ~/secrets_${DOCS_BRANCH}.tar
28+
- rm ~/secrets_${DOCS_BRANCH}.tar
2929
- chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
3030
- chmod 600 ~/.ssh/cpython-doc-catalog_${CATALOG_BRANCH}
3131
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5

0 commit comments

Comments
 (0)