From 038972cefd46ada53e645fd5358dd628b6030e32 Mon Sep 17 00:00:00 2001 From: "M. Hanif Azhary" <2967703+mhazhary@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:43:44 +0700 Subject: [PATCH] docs(fix): Fix typo in comment for repo.yaml --- postgres/repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/repo.yaml b/postgres/repo.yaml index 755c8038..c118c069 100644 --- a/postgres/repo.yaml +++ b/postgres/repo.yaml @@ -2,7 +2,7 @@ # vim: ft=yaml --- # This file allows to get PostgreSQL version and upstream repo settings -# early from Pillar to set correct lookup dictionaty items +# early from Pillar to set correct lookup dictionary items {% import_yaml "postgres/defaults.yaml" as defaults %}