mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
rename NewApp to Setup
This commit is contained in:
parent
43ad9a81c2
commit
06846ef3ae
3 changed files with 45 additions and 3 deletions
2
main.go
2
main.go
|
@ -43,7 +43,7 @@ func main() {
|
|||
panic(err)
|
||||
}
|
||||
|
||||
app, err := app.NewApp(appConfig)
|
||||
app, err := app.Setup(appConfig)
|
||||
if err != nil {
|
||||
app.Log.Error(err.Error())
|
||||
panic(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue