diff --git a/support/is_gitlab_ee.sh b/support/is_gitlab_ee.sh index 10a15e1..f76d03e 100755 --- a/support/is_gitlab_ee.sh +++ b/support/is_gitlab_ee.sh @@ -1,2 +1,2 @@ #!/bin/bash -[[ -n $ee ]] || grep -q '^source.*"git@gitlab.com:subscribers/gitlab-ee.git"' config/software/gitlab-rails.rb +[[ -n $ee ]] || grep -q '^source.*gitlab-ee.git"' config/software/gitlab-rails.rb -- libgit2 0.21.2