diff options
author | normandy <normandy@firemail.cc> | 2020-06-30 03:12:30 +0000 |
---|---|---|
committer | normandy <normandy@firemail.cc> | 2020-06-30 03:12:30 +0000 |
commit | 27542f19c60589d8deb5d9d7a59d2019b75026fa (patch) | |
tree | f8147f3082abbb954df4d0cad68155846a00725b /.gitlab | |
parent | 7bb36189392280fef3c3a20279671885273383d2 (diff) | |
download | pleroma-27542f19c60589d8deb5d9d7a59d2019b75026fa.tar.gz |
Use correct PostgreSQL version command in bug template
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 66fbc510e..9ce9b6918 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -14,7 +14,7 @@ * Pleroma version (could be found in the "Version" tab of settings in Pleroma-FE): * Elixir version (`elixir -v` for from source installations, N/A for OTP): * Operating system: -* PostgreSQL version (`postgres -V`): +* PostgreSQL version (`psql -V`): ### Bug description |