diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 10:39:56 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 10:39:56 +0300 |
commit | 614e0857d66f5635eead6270e70d6c7d337a1ff1 (patch) | |
tree | f9c15cf1a280165855eddd0d1d2c6fb583302f08 | |
parent | 094e5efb4cda16bd790a25cb9c09dc1c0f896757 (diff) | |
parent | 8a35660e4023a65430400463e55970ebe6308ce3 (diff) | |
download | gitlab-ce-614e0857d66f5635eead6270e70d6c7d337a1ff1.tar.gz |
Merge pull request #7162 from olivierlambert/patch-1
Missing quote in the install doc
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index b62849633f5..37f9377256c 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -243,7 +243,7 @@ GitLab Shell is an ssh access and repository management software developed speci # By default, the gitlab-shell config is generated from your main gitlab config. # # Note: When using GitLab with HTTPS please change the following: - # - Provide paths to the certificates under `ca_file` and `ca_path options. + # - Provide paths to the certificates under `ca_file` and `ca_path` options. # - The `gitlab_url` option must point to the https endpoint of GitLab. # - In case you are using self signed certificate set `self_signed_cert` to `true`. # See #using-https for all necessary details. |