Skip to content

Commit f06cd98

Browse files
rnapolestucksaun
andauthored
Update discovery_windows.go
Co-authored-by: Tugdual Saunier <[email protected]>
1 parent c8836df commit f06cd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (s *PHPStore) doDiscover() {
3333
userHomeDir := userHomeDir()
3434

3535
// %PATH%
36-
s.addFromEnv()
36+
s.addFromPath()
3737

3838
// XAMPP
3939
s.addFromDir(filepath.Join(systemDir, "xampp", "php"), nil, "XAMPP")

0 commit comments

Comments
 (0)