We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc6ce0 commit 9f1b6aaCopy full SHA for 9f1b6aa
project/project.go
@@ -66,7 +66,7 @@ func findProjectsUnderPath(targetPath *paths.Path, projectType projecttype.Type,
66
67
isProject, foundProjectType := isProject(targetPath, projectType)
68
if isProject {
69
- logrus.Tracef("%s is %s", targetPath, projectType)
+ logrus.Tracef("%s is %s", targetPath, foundProjectType)
70
foundProject := Type{
71
Path: targetPath,
72
ProjectType: foundProjectType,
0 commit comments