Skip to content

Commit

Permalink
fix go vet errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Apr 13, 2019
1 parent 6968584 commit 88327ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func run(
return hierr.Errorf(
err,
`can't open file for passing as stdin: '%s'`,
inputFile,
stdin,
)
}

Expand Down

0 comments on commit 88327ba

Please sign in to comment.