Updating another missed instance of NewAppConfig

Thanks @dawidd6!
pull/88/head
Pieter van de Bruggen 5 years ago
parent f9ba4b875d
commit 277882e78b

@ -26,7 +26,7 @@ type bindingSection struct {
func main() {
langs := []string{"pl", "nl", "en"}
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true, nil)
mConfig, err := config.NewAppConfig("lazydocker", "", "", "", "", true, nil, "")
if err != nil {
panic(err)
}

Loading…
Cancel
Save