Skip to content

Commit

Permalink
fix: manually set follow true
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Nov 2, 2024
1 parent df98a44 commit 4464f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func main() {
fmt.Fprintln(os.Stderr, err)
return
}
*followPtr = true
case *followPtr:
followOutput = os.Stdout
default:
Expand Down

0 comments on commit 4464f5e

Please sign in to comment.