diff options
-rwxr-xr-x | scripts/auto-build/desiredata-auto-builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/desiredata-auto-builder.sh b/scripts/auto-build/desiredata-auto-builder.sh index 6676878b..f6b2da49 100755 --- a/scripts/auto-build/desiredata-auto-builder.sh +++ b/scripts/auto-build/desiredata-auto-builder.sh @@ -37,7 +37,7 @@ echo "root: $auto_build_root_dir" # let rsync handle the cleanup with --delete -rsync -av --delete rsync://128.238.56.50/distros/pd-main/ \ +rsync -av --delete rsync://128.238.56.50/distros/desiredata/ \ ${auto_build_root_dir}/ case $SYSTEM in |