Fix typos.

This commit is contained in:
Matthieu Gautier 2018-02-26 11:31:12 +01:00
parent bef0572db5
commit 6f6ffa5f87
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ then
then then
scp -vrp -i ${SSH_KEY} \ scp -vrp -i ${SSH_KEY} \
${RELEASE_ARCHIVES} \ ${RELEASE_ARCHIVES} \
nightlybot@download.kiwix.org:/var/www/download.kiwix.org/releases nightlybot@download.kiwix.org:/var/www/download.kiwix.org/release
fi fi
DIST_KIWIX_ARCHIVES=$(find $DIST_KIWIX_ARCHIVES_DIR -type f) DIST_KIWIX_ARCHIVES=$(find $DIST_KIWIX_ARCHIVES_DIR -type f)