Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-06-28 00:34:21 +0300
committerRobert Speicher <robert@gitlab.com>2018-06-28 00:34:21 +0300
commitc0db3f10b38ada2fb1edec0a3c700b8bb302bf85 (patch)
tree18dbe93ad95988631b268c8f8848de51e000ccb6
parentc9be465af53cec5a254382a7e880a4176d9ff518 (diff)
parente4cb3ce65411b35fd66931517c3baefa25cb2f29 (diff)
Merge branch 'sh-fix-spelling-gitlab-yml' into 'master'
Fix spelling: Uncommment -> Uncomment [ci skip] See merge request gitlab-org/gitlab-ce!20226
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 489dc8840e5..e0779112850 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -33,7 +33,7 @@ production: &base
port: 80 # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
https: false # Set to true if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
- # Uncommment this line below if your ssh host is different from HTTP/HTTPS one
+ # Uncomment this line below if your ssh host is different from HTTP/HTTPS one
# (you'd obviously need to replace ssh.host_example.com with your own host).
# Otherwise, ssh host will be set to the `host:` value above
# ssh_host: ssh.host_example.com