mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
🐛 should be TailLogs
This commit is contained in:
parent
35f1ccdb1b
commit
533817bda3
|
|
@ -11,7 +11,7 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
func TailLogs1() {
|
||||
func TailLogs() {
|
||||
logFilePath, err := config.LogPath()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue