Skip to content

Commit c3e7ad9

Browse files
committed
revise small comment
1 parent 39fa46d commit c3e7ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/validate_third_party_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestTemplatesStillNeedToBeTemplates(t *testing.T) {
4141
return nil
4242
}
4343

44-
// Only check .go.tmpl files
44+
// Only check .tmpl files
4545
if filepath.Ext(path) != ".tmpl" {
4646
return nil
4747
}

0 commit comments

Comments
 (0)