From 41b70b83863007162393b56b1f7897f11c3df6a6 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 17 Jan 2024 17:03:37 -0500 Subject: [PATCH] Giving up and reverting back to what it was. --- fips-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips-check.sh b/fips-check.sh index be6af96c2..8d116c196 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -305,7 +305,7 @@ fi pushd "$TEST_DIR" || exit 2 -if ! $GIT clone --filter=blob:none --no-checkout "$FIPS_REPO" fips; then +if ! $GIT clone "$FIPS_REPO" fips; then echo "fips-check: Couldn't check out FIPS repository." exit 1 fi