Update rsync_xfer.sh

This commit is contained in:
Andrew Bauer 2017-05-02 13:44:34 -05:00 committed by GitHub
parent fd8aa62927
commit ebe7c21984
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="debian"
targetfolder="debian/master/mini-dinstall/incoming"
else
targetfolder="travis"
fi