Skip to content

Commit

Permalink
Fixed stale vendored libbeat.
Browse files Browse the repository at this point in the history
Needed a godep save to put the new packages in. Argh..
  • Loading branch information
Tudor Golubenco committed Aug 4, 2015
1 parent 95372ab commit 56d7566
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 17 deletions.
18 changes: 13 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
// Use our own FlagSet, because some libraries pollute the global one
var cmdLine = flag.NewFlagSet(os.Args[0], flag.ExitOnError)

cfgfile.CmdLineFlags(cmdLine)
cfgfile.CmdLineFlags(cmdLine, Name)
logp.CmdLineFlags(cmdLine)
service.CmdLineFlags(cmdLine)

Expand Down

0 comments on commit 56d7566

Please sign in to comment.