Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e04d992d..af8832f9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ task :setup_git do
`git config --global user.email johndoe@example.com`
end
-desc 'Setup repositories for CE, EE, Omnibus and Runner in special way exposing only their doc directories'
+desc 'Setup repositories for EE, Omnibus, and Runner in special way exposing only their doc directories'
task :setup_repos do
products.each_value do |product|
branch = retrieve_branch(product['slug'])