Browse Source

Giving up and reverting back to what it was.

Andras Fekete 3 months ago
parent
commit
41b70b8386
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fips-check.sh

+ 1 - 1
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