fix wrong snapshot path

release-0.4
Xiang Li 2013-08-04 22:02:40 -07:00
parent 06c9f1893f
commit 10b5bc9871
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ func getInfo(path string) *Info {
logPath := fmt.Sprintf("%s/log", path)
confPath := fmt.Sprintf("%s/conf", path)
snapshotPath := fmt.Sprintf("%s/snapshotPath", path)
snapshotPath := fmt.Sprintf("%s/snapshot", path)
os.Remove(infoPath)
os.Remove(logPath)
os.Remove(confPath)