mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Updating another missed instance of NewAppConfig
Thanks @dawidd6!
This commit is contained in:
parent
f9ba4b875d
commit
277882e78b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue