diff --git a/utils/packpack/rsync_xfer.sh b/utils/packpack/rsync_xfer.sh index 4adf56dbf..0eb12adda 100755 --- a/utils/packpack/rsync_xfer.sh +++ b/utils/packpack/rsync_xfer.sh @@ -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