From 614edd0aa504b02cf4d58bc8155ce6c6e59ba60d Mon Sep 17 00:00:00 2001 From: Zsolt Parragi Date: Fri, 7 Feb 2025 16:53:29 +0000 Subject: [PATCH] Fixing typo in codeowners (#50) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 753118c6e92..faa87493bf6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,5 @@ # Order is important; the last matching pattern takes the most precedence. * @dutow @dAdAbird -/contib/pg_tde/documentation/ @nastena1606 +/contrib/pg_tde/documentation/ @nastena1606 /.github/ @artemgavrilov