Skip to content

Commit c8537dd

Browse files
authored
Fix - Conan detection on projects with conanfile.py (#391)
1 parent f8f9413 commit c8537dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/techutils/techutils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ var technologiesData = map[Technology]TechData{
201201
Docker: {},
202202
Oci: {},
203203
Conan: {
204-
indicators: []string{"conanfile.txt", "conanfile.py "},
205-
packageDescriptors: []string{"conanfile.txt", "conanfile.py "},
204+
indicators: []string{"conanfile.txt", "conanfile.py"},
205+
packageDescriptors: []string{"conanfile.txt", "conanfile.py"},
206206
formal: "Conan",
207207
},
208208
Cocoapods: {

0 commit comments

Comments
 (0)