mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
Format, bug fixes
This commit is contained in:
@ -229,7 +229,7 @@ func (app *App) setupRepo() (bool, error) {
|
||||
}
|
||||
|
||||
if isBare {
|
||||
log.Println(app.Tr.BareRepo)
|
||||
fmt.Print(app.Tr.BareRepo)
|
||||
response, _ := bufio.NewReader(os.Stdin).ReadString('\n')
|
||||
shouldOpenRecent := strings.Trim(response, " \r\n") == "y"
|
||||
|
||||
@ -245,6 +245,8 @@ func (app *App) setupRepo() (bool, error) {
|
||||
fmt.Println(app.Tr.NoRecentRepositories)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
os.Exit(0)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user