Skip to content

Commit

Permalink
New logfmt parser is overly eager to accept anything. Check that ther…
Browse files Browse the repository at this point in the history
…e's at least an = rune in there before feeding to the logfmt parser.
  • Loading branch information
aybabtme committed Dec 10, 2019
1 parent cece21a commit a97d727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ go get -u github.com/aybabtme/humanlog/...
## On linux

```bash
wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.3.0/humanlog_Linux_x86_64.tar.gz | tar xvz
wget -qO- https://github.com/aybabtme/humanlog/releases/download/0.3.1/humanlog_Linux_x86_64.tar.gz | tar xvz
```

## On OS X
Expand Down Expand Up @@ -54,7 +54,7 @@ USAGE:
humanlog [global options] command [command options] [arguments...]
VERSION:
0.3.0
0.3.1
AUTHOR:
Antoine Grondin - <antoine@digitalocean.com>
Expand Down

0 comments on commit a97d727

Please sign in to comment.