diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-01-01 01:53:45 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-01-01 03:17:11 +0100 |
commit | 1c7e6976837739f5878d204ee86bcd8bbc448591 (patch) | |
tree | af676aaaed89830e0040156d808be840a4c749ee /doc | |
parent | 48b4bfa7d1ec26c7c92ff53b66b50260b57abcb3 (diff) |
doc: Fix markup.
* doc/guix-cookbook.texi (Upgrade Postgres for Cuirass): Escape '@'.
Change-Id: Ifb34a20d107721df0523c343259e598503c87afb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 57e39f12d9..3a37602018 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -5587,7 +5587,7 @@ files and then re-initialize after a failed upgrade to postgres 16. @lisp (service postgresql-service-type (postgresql-configuration - (postgresql (@ (gnu packages databases) postgresql-15)))) + (postgresql (@@ (gnu packages databases) postgresql-15)))) @end lisp Note: If you for some reason didn't read the text here but somewhat |