1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-04 23:42:10 +03:00

Fixed error when there is no state.yml

This commit is contained in:
mjarkk
2018-12-07 15:46:49 +01:00
parent 8f904ffd72
commit 2f7bd2896c

View File

@@ -246,7 +246,7 @@ func getDefaultAppState() []byte {
lastUpdateCheck: 0 lastUpdateCheck: 0
recentRepos: [] recentRepos: []
RecentPrivateRepos: [] RecentPrivateRepos: []
`) `)
} }
// // commenting this out until we use it again // // commenting this out until we use it again