We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33977d0 commit 5f080f2Copy full SHA for 5f080f2
1 file changed
trainings/files/read.go
@@ -72,7 +72,7 @@ func isSolutionFile(info os.FileInfo) bool {
72
if info.Name() == "go.work" {
73
return true
74
}
75
- if path.Ext(info.Name()) != ".sql" {
+ if path.Ext(info.Name()) == ".sql" {
76
77
78
0 commit comments