Skip to content

Commit 788cc0b

Browse files
committed
Fix misc
1 parent dc23648 commit 788cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push/prepare-build_3.10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git checkout ${DOCS_BRANCH}
88

99
# extract secrets
1010
cd ~
11-
openssl aes-256-cbc -K ${encryption_39_K} -iv ${encryption_39_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_${DOCS_BRANCH}.tar -d
11+
openssl aes-256-cbc -K ${encryption_310_K} -iv ${encryption_310_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_${DOCS_BRANCH}.tar -d
1212
tar xvf ~/secrets_${DOCS_BRANCH}.tar
1313
rm ~/secrets_${DOCS_BRANCH}.tar
1414
chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}

0 commit comments

Comments
 (0)