added exit 1

This commit is contained in:
Finley Garton 2023-07-26 10:02:46 +01:00
parent 299846e624
commit 573932dbdd
No known key found for this signature in database
GPG Key ID: 8D1E50A9A9B1C522

View File

@ -12,4 +12,5 @@ CLONE_FILTER=$(git config --local --get remote.origin.partialclonefilter)
if [ "$CLONE_FILTER" != "blob:none" ]; then
echo "Expected ./fetch-filter/.git/config to have 'remote.origin.partialclonefilter' set to 'blob:none'"
exit 1
fi