Skip to content

Commit

Permalink
fix(bootstrap): Fix using --clone-no-blobs
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Sep 8, 2024
1 parent dca6126 commit 2f45387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ case $SERVER_CLONE in
squashed)
CLONE_PARAMS=(--depth 1)
;;
clone-no-blobs)
filter-blobs)
CLONE_PARAMS=(--filter blob:none)
;;
full)
Expand Down

0 comments on commit 2f45387

Please sign in to comment.