From ba3e9a91513fbe9a107ff0e574ea577cfbbf5240 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 21 Apr 2017 18:57:42 -0500 Subject: [PATCH] Update rsync_xfer.sh typo --- 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 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