From ebe7c21984336a07a5bee9f95c762ec2006041ee Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Tue, 2 May 2017 13:44:34 -0500 Subject: [PATCH] Update rsync_xfer.sh --- utils/packpack/rsync_xfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/rsync_xfer.sh b/utils/packpack/rsync_xfer.sh index 0eb12adda..e981f646f 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="debian" + targetfolder="debian/master/mini-dinstall/incoming" else targetfolder="travis" fi