Skip to content

Commit 41b70b8

Browse files
author
Andras Fekete
committed
Giving up and reverting back to what it was.
1 parent 81aa495 commit 41b70b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fips-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fi
305305

306306
pushd "$TEST_DIR" || exit 2
307307

308-
if ! $GIT clone --filter=blob:none --no-checkout "$FIPS_REPO" fips; then
308+
if ! $GIT clone "$FIPS_REPO" fips; then
309309
echo "fips-check: Couldn't check out FIPS repository."
310310
exit 1
311311
fi

0 commit comments

Comments
 (0)