From 6f6ffa5f87448b3e65d8d5448677dc2a57ab0528 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 26 Feb 2018 11:31:12 +0100 Subject: [PATCH] Fix typos. --- travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/deploy.sh b/travis/deploy.sh index bc01a6a..2306dc6 100755 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -24,7 +24,7 @@ then then scp -vrp -i ${SSH_KEY} \ ${RELEASE_ARCHIVES} \ - nightlybot@download.kiwix.org:/var/www/download.kiwix.org/releases + nightlybot@download.kiwix.org:/var/www/download.kiwix.org/release fi DIST_KIWIX_ARCHIVES=$(find $DIST_KIWIX_ARCHIVES_DIR -type f)