Skip to content

Commit

Permalink
scripts: adjust cheatsheet generator to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jul 3, 2019
1 parent c6519b7 commit 8041d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_cheatsheet.go
Expand Up @@ -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)
}
Expand Down

0 comments on commit 8041d7d

Please sign in to comment.