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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Moreira da Silva <hi@pedroms.com>2017-07-07 17:46:36 +0300
committerPedro Moreira da Silva <hi@pedroms.com>2017-07-07 17:46:36 +0300
commit6bd83a7b225c258c33b1be8c8d9a32e0c581ee8d (patch)
treee906950ea2dd8c996fd1caf3289cb09c4e21bc17 /lib/gitlab/ee_compat_check.rb
parent1a3edcec4363239a4d080bc9af53d9d455dccfb4 (diff)
Fix gitlab-ee reference in ee_compat_check
Diffstat (limited to 'lib/gitlab/ee_compat_check.rb')
-rw-r--r--lib/gitlab/ee_compat_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ee_compat_check.rb b/lib/gitlab/ee_compat_check.rb
index 1a5887dab7e..edd7795eef0 100644
--- a/lib/gitlab/ee_compat_check.rb
+++ b/lib/gitlab/ee_compat_check.rb
@@ -337,7 +337,7 @@ module Gitlab
# In the EE repo
$ git push origin #{ee_branch_prefix}
- ⚠️ Also, don't forget to create a new merge request on gitlab-ce and
+ ⚠️ Also, don't forget to create a new merge request on gitlab-ee and
cross-link it with the CE merge request.
Once this is done, you can retry this failed build, and it should pass.