Skip to content

Commit

Permalink
Merge pull request #15 from ucwong/ha
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ucwong authored Apr 1, 2021
2 parents 2f6fc21 + 20222cf commit e633332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Open(path string) *Ha {
}

ha := &Ha{}
ha.bot = bolt.Open(path + ".bot")
ha.bot = bolt.Open(path + ".bolt")
ha.bgr = badger.Open(path + ".badger")
ha.ldb = leveldb.Open(path + ".leveldb")

Expand Down

0 comments on commit e633332

Please sign in to comment.