diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2019-03-07 15:37:10 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2019-03-07 15:37:10 +0000 |
commit | c4c4f3f39380189ec25c41bf5e00724574659d96 (patch) | |
tree | d33bbea3efb70fd52b8ad6512dd8be674f55dc7f /config | |
parent | 7aa3c9b30fc82e91a6b0f72b52343cd935740ee3 (diff) | |
download | gitlab-ce-c4c4f3f39380189ec25c41bf5e00724574659d96.tar.gz |
Update packages comment in gitlab.yml.example [ci skip]
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2ad992a059c..47c76d8bc49 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -227,7 +227,7 @@ production: &base # endpoint: 'http://127.0.0.1:9000' # default: nil # path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' - ## Packages (maven repository so far) + ## Packages (maven repository, npm registry, etc...) packages: enabled: false |