summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-11 09:06:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-11 09:06:43 +0000
commit0dea53d5e575c6c15ce7384da73b8d4a95b1c8cf (patch)
tree43eb08e897fbac74f151eb650bde6029b6280a6e /bin
parentb4e072cbaf808793bafff148b0ec9d47819f479e (diff)
downloadgitlab-ce-0dea53d5e575c6c15ce7384da73b8d4a95b1c8cf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin')
-rwxr-xr-xbin/secpick2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secpick b/bin/secpick
index 8a61356a088..a44867846d0 100755
--- a/bin/secpick
+++ b/bin/secpick
@@ -20,7 +20,7 @@ module Secpick
end
def ee?
- File.exist?('./CHANGELOG-EE.md')
+ File.exist?('./ee/app/models/license.rb')
end
def dry_run?