From a8dc70c4d7a23624e78eb63ec55f03ac759169d9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 31 Aug 2024 15:18:01 -0700 Subject: fix: typo in sync-origin-mirror-releases.sh Signed-off-by: Robin H. Johnson --- sync-origin-mirror-releases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-origin-mirror-releases.sh b/sync-origin-mirror-releases.sh index 128cb86..57ab8bf 100755 --- a/sync-origin-mirror-releases.sh +++ b/sync-origin-mirror-releases.sh @@ -13,10 +13,10 @@ case $h in kestrel) # kestrel is space constrained, and the binpackages can be re-generated. # Saves 100+ GB - $RSYNC_ARGS+=" --exclude binpackages " + RSYNC_ARGS+=" --exclude binpackages " # kestrel is space constrained, and the snapshot squashfs are a nice-to-have: # Saves 18 GB - $RSYNC_ARGS+=" --exclude squashfs " + RSYNC_ARGS+=" --exclude squashfs " ;; esac -- cgit v1.2.3-65-gdbad