Update rsync_xfer.sh

typo
This commit is contained in:
Andrew Bauer 2017-04-21 18:57:42 -05:00 committed by GitHub
parent c60c3bf67c
commit ba3e9a9151
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ done
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
if [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then
targetfolder="travis"
targetfolder="debian"
else
targetfolder="travis"
fi