diff options
author | lain <lain@soykaf.club> | 2020-06-30 08:42:45 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-30 08:42:45 +0000 |
commit | 34c9446cb17cd11a6d141d9e4b6bce8ac042de77 (patch) | |
tree | f8147f3082abbb954df4d0cad68155846a00725b | |
parent | 7bb36189392280fef3c3a20279671885273383d2 (diff) | |
parent | 27542f19c60589d8deb5d9d7a59d2019b75026fa (diff) | |
download | pleroma-34c9446cb17cd11a6d141d9e4b6bce8ac042de77.tar.gz pleroma-34c9446cb17cd11a6d141d9e4b6bce8ac042de77.zip |
Merge branch 'patch-1' into 'develop'
Use correct PostgreSQL version command in bug template
See merge request pleroma/pleroma!2706
-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 |