diff options
Diffstat (limited to 'doc/integration/ultra_auth.md')
-rw-r--r-- | doc/integration/ultra_auth.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/ultra_auth.md b/doc/integration/ultra_auth.md index 83b2d7fe096..091887d8eb8 100644 --- a/doc/integration/ultra_auth.md +++ b/doc/integration/ultra_auth.md @@ -27,13 +27,13 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe For Omnibus package: - ```sh + ```shell sudo editor /etc/gitlab/gitlab.rb ``` For installations from source: - ```sh + ```shell cd /home/git/gitlab sudo -u git -H editor config/gitlab.yml ``` |