We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15117d commit c5aa4bbCopy full SHA for c5aa4bb
cmd/fyne/internal/commands/env.go
@@ -82,7 +82,7 @@ func lookupDirWithGoMod(workDir string) (string, error) {
82
return "", err
83
}
84
if fi != nil {
85
- return workDir, nil
+ break
86
87
parentDir := filepath.Dir(workDir)
88
if parentDir == workDir {
0 commit comments