Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Jun 13, 2019
1 parent 2af303f commit fce6c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var rootCmd = &cobra.Command{
}

if err := encoder.NewCSV(os.Stdout).Encode(filtered); err != nil {
Logger.Printf("unable to encode open network files: %v\n", s, err)
Logger.Printf("unable to encode open network files: %v\n", err)
os.Exit(1)
}
},
Expand Down

0 comments on commit fce6c78

Please sign in to comment.