From 2f453878f9962162f7272b1186793c706e256add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sun, 8 Sep 2024 14:18:22 +0200 Subject: [PATCH] fix(bootstrap): Fix using --clone-no-blobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a9bdc96..edc61b1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -102,7 +102,7 @@ case $SERVER_CLONE in squashed) CLONE_PARAMS=(--depth 1) ;; - clone-no-blobs) + filter-blobs) CLONE_PARAMS=(--filter blob:none) ;; full)