aboutsummaryrefslogtreecommitdiff
path: root/documentation/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/deployment.rst')
-rw-r--r--documentation/deployment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index 158eda7d..0402afd3 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -88,7 +88,7 @@ If you want to use PostgreSQL
'''''''''''''''''''''''''''''
.. code-block:: bash
- $ ./install.sh postgre
+ $ ./install.sh postgres
If you want to use SQLite
'''''''''''''''''''''''''
bgstack15