Skip to content

Commit 5f080f2

Browse files
committed
fix typo
1 parent 33977d0 commit 5f080f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trainings/files/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func isSolutionFile(info os.FileInfo) bool {
7272
if info.Name() == "go.work" {
7373
return true
7474
}
75-
if path.Ext(info.Name()) != ".sql" {
75+
if path.Ext(info.Name()) == ".sql" {
7676
return true
7777
}
7878

0 commit comments

Comments
 (0)