Skip to content
Snippets Groups Projects
Commit 5541b5ea authored by Ian Baum's avatar Ian Baum
Browse files

Merge branch 'patch-18' into 'master'

fix gitlab version lookup command

See merge request gitlab-org/omnibus-gitlab!2250
parents fbd455eb 94adb88f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
`dpkg-query -l "gitlab-*"`)
(For RHEL based systems (CentOS, RHEL, OL, Scientific, OpenSUSE, SLES), paste the output of:
`rpm -qa gitlab`)
`rpm -qa | grep 'gitlab'`)
(If you can't provide these details, see https://about.gitlab.com/getting-help/ page on where to ask your question.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment