Skip to content

Commit

Permalink
cmd/config.go - fix default sink config type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-mo committed Feb 1, 2019
1 parent 4932677 commit 1ae7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
cfgAPIEndpoint: "localhost:8000",

// Sinks for accounting data.
cfgSinks: map[string]map[string]interface{}{
cfgSinks: map[string]interface{}{
"stdout": map[string]interface{}{
"type": "stdout",
"sourcePorts": true,
Expand Down

0 comments on commit 1ae7e79

Please # to comment.