diff options
author | Richard Hancock <rjhancock@tapenvy.us> | 2018-05-04 12:48:16 +0000 |
---|---|---|
committer | Richard Hancock <rjhancock@tapenvy.us> | 2018-05-04 12:48:16 +0000 |
commit | efcd52e29cff821c2853e2826517c475542a1d1a (patch) | |
tree | 121eba66bc25288b453a26bd9dee9fe1a9df261e /config | |
parent | d16bc6358247774e32c785b878f38a5c7ba74a57 (diff) | |
download | gitlab-ce-efcd52e29cff821c2853e2826517c475542a1d1a.tar.gz |
Correcting spelling mistake.
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 1c57a0206d6..f786d763df8 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -156,7 +156,7 @@ production: &base # aws_secret_access_key: AWS_SECRET_ACCESS_KEY # region: us-east-1 # aws_signature_version: 4 # For creation of signed URLs. Set to 2 if provider does not support v4. - # endpoint: 'https://s3.amazonaws.com' # default: nil - Usefull for S3 compliant services such as DigitalOcean Spaces + # endpoint: 'https://s3.amazonaws.com' # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces ## Git LFS |