1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

🐛 should be TailLogs

This commit is contained in:
Davyd McColl 2021-06-15 09:18:29 +02:00 committed by Jesse Duffield
parent 35f1ccdb1b
commit 533817bda3

View File

@ -11,7 +11,7 @@ import (
"os"
)
func TailLogs1() {
func TailLogs() {
logFilePath, err := config.LogPath()
if err != nil {
log.Fatal(err)