Fix error in diagnostic server init code

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-07-20 13:48:21 -07:00
parent 59dd4f2f1d
commit 9ecf003a33

View File

@ -55,7 +55,7 @@ var (
func init() {
for _, c := range localCmdCaptures {
localCmdCaptures = append(localCmdCaptures, c)
localCaptures = append(localCaptures, c)
}
}