aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/install/postgresql.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/postgresql.md b/doc/install/postgresql.md
index 45b8fc7e1..e94f8474f 100644
--- a/doc/install/postgresql.md
+++ b/doc/install/postgresql.md
@@ -14,4 +14,5 @@ createuser -d -P -U postgres chouette
Enter password for new role: chouette
Enter it again: chouette
Shall the new role be a superuser? (y/n) y
-``` \ No newline at end of file
+exit
+```