aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-08-31 15:18:01 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2024-08-31 15:18:01 -0700
commita8dc70c4d7a23624e78eb63ec55f03ac759169d9 (patch)
tree6b048d90012d39c45c301becc70dd35b6fa0e187
parentfeat(sync-origin-mirror-releases): save space on kestrel (diff)
downloadmastermirror-scripts-a8dc70c4d7a23624e78eb63ec55f03ac759169d9.tar.gz
mastermirror-scripts-a8dc70c4d7a23624e78eb63ec55f03ac759169d9.tar.bz2
mastermirror-scripts-a8dc70c4d7a23624e78eb63ec55f03ac759169d9.zip
fix: typo in sync-origin-mirror-releases.sh20240831T221806Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsync-origin-mirror-releases.sh4
1 files 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