mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Fixed error when there is no state.yml
This commit is contained in:
parent
8f904ffd72
commit
2f7bd2896c
|
|
@ -242,11 +242,11 @@ type AppState struct {
|
|||
}
|
||||
|
||||
func getDefaultAppState() []byte {
|
||||
return []byte(`
|
||||
lastUpdateCheck: 0
|
||||
recentRepos: []
|
||||
RecentPrivateRepos: []
|
||||
`)
|
||||
return []byte(`
|
||||
lastUpdateCheck: 0
|
||||
recentRepos: []
|
||||
RecentPrivateRepos: []
|
||||
`)
|
||||
}
|
||||
|
||||
// // commenting this out until we use it again
|
||||
|
|
|
|||
Loading…
Reference in a new issue