Commit 79f370b9fa959750a870c5e4b4e6de154b8996ca

Authored by Job van der Voort
1 parent c33f0633
Exists in 6-8-stable-ee

set source correctly

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/software/gitlab-rails.rb
... ... @@ -31,7 +31,7 @@ dependency "libicu"
31 31 dependency "postgresql"
32 32 dependency "mysql-client" if EE
33 33  
34   -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git"
  34 +source :git => "https://gitlab.com/subscribers/gitlab-ee.git"
35 35  
36 36 env = {
37 37 "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include",
... ...