Skip to content

Commit 00170b9

Browse files
committed
fix(cocoapods): inspector name
1 parent b728270 commit 00170b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/cocoapods/pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func (Inspector) SupportFeature(feature model.InspectorFeature) bool {
1818
}
1919

2020
func (Inspector) String() string {
21-
return "Pod"
21+
return "CocoaPods"
2222
}
2323

2424
func (Inspector) CheckDir(ctx context.Context, dir string) bool {

0 commit comments

Comments
 (0)