scripts: adjust cheatsheet generator to latest changes

This commit is contained in:
Dawid Dziurla 2019-07-03 12:58:57 +02:00
parent c6519b7e57
commit 8041d7d8b1
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

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