diff options
Diffstat (limited to 'lib/license/finder/ext/conan.rb')
| -rw-r--r-- | lib/license/finder/ext/conan.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/license/finder/ext/conan.rb b/lib/license/finder/ext/conan.rb index 90e7d9b..26e45aa 100644 --- a/lib/license/finder/ext/conan.rb +++ b/lib/license/finder/ext/conan.rb @@ -2,8 +2,8 @@ module LicenseFinder class Conan - def possible_package_paths - [project_path.join('conanfile.txt')] + def active? + project_path.join('conanfile.txt').exist? end def prepare |
