Skip to content

Commit e633332

Browse files
authored
Merge pull request #15 from ucwong/ha
typo
2 parents 2f6fc21 + 20222cf commit e633332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ha/ha.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Open(path string) *Ha {
2121
}
2222

2323
ha := &Ha{}
24-
ha.bot = bolt.Open(path + ".bot")
24+
ha.bot = bolt.Open(path + ".bolt")
2525
ha.bgr = badger.Open(path + ".badger")
2626
ha.ldb = leveldb.Open(path + ".leveldb")
2727

0 commit comments

Comments
 (0)