Skip to content

Commit 554850f

Browse files
committed
Fix php_versions name
1 parent 69c3eba commit 554850f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func New(configDir string, reload bool, logger func(msg string, a ...interface{}
3232
discoveryLogFunc: logger,
3333
}
3434
if reload {
35-
os.Remove(filepath.Join(configDir, "php_versions_2.json"))
35+
os.Remove(filepath.Join(configDir, "php_versions.json"))
3636
}
3737
s.loadVersions()
3838
return s

0 commit comments

Comments
 (0)