davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

use proper variable in os.Create() err log #89

Closed theckman closed 7 years ago

theckman commented 7 years ago

When doing the log.Fatalf() fall after failing to create a file, we were using the wrong variable (outputFile instead of filename). This would work as expected in some cases, but not all.

fixes #88

davecheney commented 7 years ago

Thanks.

theckman commented 7 years ago

Np, dude.