mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
doc: Fix markup.
* doc/guix-cookbook.texi (Upgrade Postgres for Cuirass): Escape '@'. Change-Id: Ifb34a20d107721df0523c343259e598503c87afb
This commit is contained in:
parent
48b4bfa7d1
commit
1c7e697683
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue