diff options
author | Pedro Moreira da Silva <hi@pedroms.com> | 2017-07-07 14:46:36 +0000 |
---|---|---|
committer | Pedro Moreira da Silva <hi@pedroms.com> | 2017-07-07 14:46:36 +0000 |
commit | 6bd83a7b225c258c33b1be8c8d9a32e0c581ee8d (patch) | |
tree | e906950ea2dd8c996fd1caf3289cb09c4e21bc17 | |
parent | 1a3edcec4363239a4d080bc9af53d9d455dccfb4 (diff) | |
download | gitlab-ce-6bd83a7b225c258c33b1be8c8d9a32e0c581ee8d.tar.gz |
Fix gitlab-ee reference in ee_compat_check
-rw-r--r-- | lib/gitlab/ee_compat_check.rb | 2 |
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. |