From 57b1a87a580f86f2872f30586aaca75632f45ddd Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 28 Aug 2014 16:14:13 +0200 Subject: [PATCH] Simplify EE check script --- support/is_gitlab_ee.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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