diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:17:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:17:09 +0000 |
commit | 76d27bc43d56d7ef3ca0090fb199777888adf7c3 (patch) | |
tree | b6d3d562a0be03d404426bb43aff62174be3dc5e /DEVELOP.rst | |
parent | Adding upstream version 3.1.0. (diff) | |
download | pgcli-76d27bc43d56d7ef3ca0090fb199777888adf7c3.tar.xz pgcli-76d27bc43d56d7ef3ca0090fb199777888adf7c3.zip |
Adding upstream version 3.2.0.upstream/3.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r-- | DEVELOP.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst index 18adf9c..e262823 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -170,7 +170,7 @@ Troubleshooting the integration tests - Make sure postgres instance on localhost is running - Check your ``pg_hba.conf`` file to verify local connections are enabled - Check `this issue <https://github.com/dbcli/pgcli/issues/945>`_ for relevant information. -- Contact us on `gitter <https://gitter.im/dbcli/pgcli/>`_ or `file an issue <https://github.com/dbcli/pgcli/issues/new>`_. +- `File an issue <https://github.com/dbcli/pgcli/issues/new>`_. Coding Style ------------ |