diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-24 18:55:50 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-24 18:55:50 +0200 |
commit | d371331a65070ce5b3ab9c210eac697062170c91 (patch) | |
tree | 47b8d518fe5747c7bc9900e46c5178ab75de1883 | |
parent | 39a7e210a3484fb84683d53c2cf5e0f7ef0c3a80 (diff) | |
download | gitlab-ce-d371331a65070ce5b3ab9c210eac697062170c91.tar.gz |
Remove weird trailing characters
-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 456fb3d636e..6dc0d170826 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -339,7 +339,7 @@ test: # user: YOUR_USERNAME satellites: path: tmp/tests/gitlab-satellites/ - backup:[B + backup: path: tmp/tests/backups gitlab_shell: path: tmp/tests/gitlab-shell/ |