diff options
author | Philzen <phil@patient-radio.de> | 2013-05-03 20:28:54 +0300 |
---|---|---|
committer | Philzen <phil@patient-radio.de> | 2013-05-03 20:28:54 +0300 |
commit | 149c3f1f7f2ce933b328baea61daf86b2b33b4a5 (patch) | |
tree | 9bc9739bd2639cbd688534c3fe33f0221215b9bf | |
parent | c6126c8ea4149bd92eb5506b615e5d1ab6202a0e (diff) | |
download | gitlab-ci-149c3f1f7f2ce933b328baea61daf86b2b33b4a5.tar.gz |
Fix Checkout command to use 2.2 stable (instead of 2.0)
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index bdd676c..42db99f 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -48,7 +48,7 @@ Create a user for GitLab: cd gitlab-ci # Checkout preferable version - sudo -u gitlab_ci -H git checkout 2-0-stable + sudo -u gitlab_ci -H git checkout 2-2-stable ## 5. Setup application |