From e626e252e4d74cea03bb4f56c3afd8c9873465b0 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Mon, 31 Oct 2022 19:14:55 +0300 Subject: [PATCH] compatibility_matrix: fix typo (close ) Signed-off-by: George Melikov --- scripts/compatibility_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compatibility_matrix.py b/scripts/compatibility_matrix.py index e238667..7c6df7d 100755 --- a/scripts/compatibility_matrix.py +++ b/scripts/compatibility_matrix.py @@ -341,7 +341,7 @@ html.write('\n') html.write('
\n') html.write('

Notes:

\n') html.write('
    \n') -html.write('
  1. Edonr support was not enabled in FreeBSD with OpenZFS up to 2.1 release included
  2. \n') +html.write('
  3. Edonr support was not enabled in FreeBSD with OpenZFS up to 2.1 release included
  4. \n') html.write('
\n') html.write('
\n') now = datetime.now().isoformat() + 'Z'