Skip to content
Snippets Groups Projects
Commit 542ec108 authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: renamed bundle database file

parent faa6a583
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ const (
var bundleDatabase database.Database
func configureBundleDatabase(plugin *node.Plugin) {
if db, err := database.Get("bundles"); err != nil {
if db, err := database.Get("bundle"); err != nil {
panic(err)
} else {
bundleDatabase = db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment