Skip to content

Commit 0cd23b1

Browse files
committed
fix(gradle): comments
1 parent 3512d68 commit 0cd23b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/gradle/gradle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (Inspector) InspectProject(ctx context.Context) error {
5353
}
5454
}
5555
if len(rs) == 0 && !env.ScannerScan {
56-
// if no module find, use backup solution
56+
// if no module found, use a backup solution
5757
if m := backupParser(ctx, dir); m != nil {
5858
tm := m.BaseModule(dir)
5959
tm.ScanStrategy = model.ScanStrategyBackup

0 commit comments

Comments
 (0)