summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrodsan <frodsan@protonmail.ch>2016-04-06 22:45:56 +0000
committerfrodsan <frodsan@protonmail.ch>2016-04-06 22:45:56 +0000
commit71b5010a940c4b0364126ba7e2dfc0ce07b69f25 (patch)
tree3abcc41366daf3800f3528ef3ae60b465c84ad85
parentd2f7813078b2a2adc81bee594ed9cfab578e812b (diff)
downloadgitlab-ce-71b5010a940c4b0364126ba7e2dfc0ce07b69f25.tar.gz
[ci skip] Fix typo.
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4316f3c1f64..7da9b31e30d 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -38,7 +38,7 @@ services:
- postgres
before_script:
- - bundle_install
+ - bundle install
stages:
- build