Finalize changes needed to get send-master to work!! Yay!

This commit is contained in:
2026-03-28 14:03:08 -07:00
parent 9243bd5480
commit 0a3b339921
2 changed files with 9 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ function send-master { send_master.sh; }
function goodbye { update -y; bye; }
function clone {
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' "$@"
}
export -f clone