Fix loadDB() function call
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-05-04 11:58:43 -07:00
parent da31b862a2
commit 6138790e9c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func main() {
log.Fatal("Running LURE as root is forbidden as it may cause catastrophic damage to your system").Send()
}
err := LoadDB()
err := loadDB()
if err != nil {
log.Fatal("Error loading database").Err(err).Send()
}