diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-06-23 11:08:59 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-06-23 11:08:59 -0700 |
commit | 2a5ee38975da944af063d4ec91866b4f2e6d7bf9 (patch) | |
tree | e806d4c87a61fe4c1de9ba21412a2372542ec347 | |
parent | 2fb506d0e210a3b56b3ba6e1aaab6e98dfe4aacf (diff) | |
parent | cacd7c5022e80151b76ab764c471f5de100fc12f (diff) | |
download | gitlab-shell-2a5ee38975da944af063d4ec91866b4f2e6d7bf9.tar.gz |
Merge pull request #66 from nacengineer/patch-1
Update config.yml.example for grammar
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index 569432f..6922b48 100644 --- a/config.yml.example +++ b/config.yml.example @@ -1,7 +1,7 @@ # GitLab user. git by default user: git -# Url to gitlab instance. Used for api calls. Should be ends with slash. +# Url to gitlab instance. Used for api calls. Should end with a slash. gitlab_url: "http://localhost/" http_settings: |