Commit cd4a4346 authored by Manoj MJ's avatar Manoj MJ

Check existence of `license.rb` to differentiate `ee` and `foss` repo

parent afe2f3c4
...@@ -20,7 +20,7 @@ module Secpick ...@@ -20,7 +20,7 @@ module Secpick
end end
def ee? def ee?
File.exist?('./CHANGELOG-EE.md') File.exist?('./ee/app/models/license.rb')
end end
def dry_run? def dry_run?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment