logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 34c9446cb17cd11a6d141d9e4b6bce8ac042de77
parent: 7bb36189392280fef3c3a20279671885273383d2
Author: lain <lain@soykaf.club>
Date:   Tue, 30 Jun 2020 08:42:45 +0000

Merge branch 'patch-1' into 'develop'

Use correct PostgreSQL version command in bug template

See merge request pleroma/pleroma!2706

Diffstat:

M.gitlab/issue_templates/Bug.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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